#eeead9
a pale, soft yellow · cool · closest name: beige
RGB
238, 234, 217
HSL
49°, 38%, 89%
CMYK
0, 2, 9, 7
Luminance
0.8203
Every format
| HEX | #eeead9 |
| RGB | rgb(238, 234, 217) |
| HSL | hsl(49, 38%, 89%) |
| CMYK | cmyk(0%, 2%, 9%, 7%) |
| LAB | lab(92.6 -1.5 8.7) |
| LCH | lch(92.6 8.9 99.9) |
| OKLCH | oklch(0.936 0.023 96.0) |
Copy-ready code
/* CSS */
color: #eeead9;
background-color: #eeead9;
/* Tailwind (arbitrary) */
class="text-[#eeead9] bg-[#eeead9]"
/* SCSS */
$brand: #eeead9;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.851)
/* Android */
Color.parseColor("#eeead9")Accessibility — WCAG contrast
Aa
#eeead9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeead9 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow8.8%
Key (black)6.7%
Color previews
#eeead9 text on a black background
contrast 17.41:1
Card sample
#eeead9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeead9;
Background color
Panel with #eeead9 background
background-color: #eeead9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeead9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeead9; background: linear-gradient(135deg, #eeead9, #E4EED9);