#efeace
a pale, vivid yellow · cool · closest name: beige
RGB
239, 234, 206
HSL
51°, 51%, 87%
CMYK
0, 2, 14, 6
Luminance
0.8165
Every format
| HEX | #efeace |
| RGB | rgb(239, 234, 206) |
| HSL | hsl(51, 51%, 87%) |
| CMYK | cmyk(0%, 2%, 14%, 6%) |
| LAB | lab(92.4 -2.9 14.2) |
| LCH | lch(92.4 14.5 101.7) |
| OKLCH | oklch(0.934 0.037 98.7) |
Copy-ready code
/* CSS */
color: #efeace;
background-color: #efeace;
/* Tailwind (arbitrary) */
class="text-[#efeace] bg-[#efeace]"
/* SCSS */
$brand: #efeace;
/* SwiftUI */
Color(red: 0.937, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#efeace")Accessibility — WCAG contrast
Aa
#efeace on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efeace on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green91.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow13.8%
Key (black)6.3%
Color previews
#efeace text on a black background
contrast 17.33:1
Card sample
#efeace text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efeace;
Background color
Panel with #efeace background
background-color: #efeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efeace; background: linear-gradient(135deg, #efeace, #DEEFCE);