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