#eeeadc
a pale, soft yellow · cool · closest name: beige
RGB
238, 234, 220
HSL
47°, 35%, 90%
CMYK
0, 2, 8, 7
Luminance
0.8219
Every format
| HEX | #eeeadc |
| RGB | rgb(238, 234, 220) |
| HSL | hsl(47, 35%, 90%) |
| CMYK | cmyk(0%, 2%, 8%, 7%) |
| LAB | lab(92.7 -1.0 7.3) |
| LCH | lch(92.7 7.3 98.1) |
| OKLCH | oklch(0.936 0.019 93.7) |
Copy-ready code
/* CSS */
color: #eeeadc;
background-color: #eeeadc;
/* Tailwind (arbitrary) */
class="text-[#eeeadc] bg-[#eeeadc]"
/* SCSS */
$brand: #eeeadc;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.863)
/* Android */
Color.parseColor("#eeeadc")Accessibility — WCAG contrast
Aa
#eeeadc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeadc on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow7.6%
Key (black)6.7%
Color previews
#eeeadc text on a black background
contrast 17.44:1
Card sample
#eeeadc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeadc;
Background color
Panel with #eeeadc background
background-color: #eeeadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeadc; background: linear-gradient(135deg, #eeeadc, #E6EEDC);