#eeead1
a pale, vivid yellow · cool · closest name: beige
RGB
238, 234, 209
HSL
52°, 46%, 88%
CMYK
0, 2, 12, 7
Luminance
0.8163
Every format
| HEX | #eeead1 |
| RGB | rgb(238, 234, 209) |
| HSL | hsl(52, 46%, 88%) |
| CMYK | cmyk(0%, 2%, 12%, 7%) |
| LAB | lab(92.4 -2.8 12.6) |
| LCH | lch(92.4 12.9 102.6) |
| OKLCH | oklch(0.934 0.033 99.6) |
Copy-ready code
/* CSS */
color: #eeead1;
background-color: #eeead1;
/* Tailwind (arbitrary) */
class="text-[#eeead1] bg-[#eeead1]"
/* SCSS */
$brand: #eeead1;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.820)
/* Android */
Color.parseColor("#eeead1")Accessibility — WCAG contrast
Aa
#eeead1 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeead1 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow12.2%
Key (black)6.7%
Color previews
#eeead1 text on a black background
contrast 17.33:1
Card sample
#eeead1 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeead1;
Background color
Panel with #eeead1 background
background-color: #eeead1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeead1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeead1; background: linear-gradient(135deg, #eeead1, #DFEED1);