Oyster Island
#efefe5
Looking for the precise values behind Oyster Island (#efefe5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efefe5 | |
|---|---|---|
| RGB | rgb(239, 239, 229) | |
| HSL | hsl(60, 24%, 92%) | |
| CMYK | cmyk(0%, 0%, 4%, 6%) | |
| LAB | lab(94, -1, 5) | |
| OKLCH | oklch(0.95 0.013 107) |
Color harmonies
Tints & shades
Code snippets
color: #efefe5;
background-color: #efefe5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFEFE5)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.94, blue: 0.90, alpha: 1.0)