#eaefd0
a pale, vivid yellow · cool · closest name: beige
RGB
234, 239, 208
HSL
70°, 49%, 88%
CMYK
2, 0, 13, 6
Luminance
0.8378
Every format
| HEX | #eaefd0 |
| RGB | rgb(234, 239, 208) |
| HSL | hsl(70, 49%, 88%) |
| CMYK | cmyk(2%, 0%, 13%, 6%) |
| LAB | lab(93.3 -6.9 14.4) |
| LCH | lch(93.3 16.0 115.5) |
| OKLCH | oklch(0.940 0.041 114.6) |
Copy-ready code
/* CSS */
color: #eaefd0;
background-color: #eaefd0;
/* Tailwind (arbitrary) */
class="text-[#eaefd0] bg-[#eaefd0]"
/* SCSS */
$brand: #eaefd0;
/* SwiftUI */
Color(red: 0.918, green: 0.937, blue: 0.816)
/* Android */
Color.parseColor("#eaefd0")Accessibility — WCAG contrast
Aa
#eaefd0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaefd0 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green93.7%
Blue81.6%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow13.0%
Key (black)6.3%
Color previews
#eaefd0 text on a black background
contrast 17.76:1
Card sample
#eaefd0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaefd0;
Background color
Panel with #eaefd0 background
background-color: #eaefd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaefd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 239, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 239, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaefd0; background: linear-gradient(135deg, #eaefd0, #D5EFD0);