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