#eee9dd
a pale, soft yellow · warm · closest name: ivory
RGB
238, 233, 221
HSL
42°, 33%, 90%
CMYK
0, 2, 7, 7
Luminance
0.8168
Every format
| HEX | #eee9dd |
| RGB | rgb(238, 233, 221) |
| HSL | hsl(42, 33%, 90%) |
| CMYK | cmyk(0%, 2%, 7%, 7%) |
| LAB | lab(92.4 -0.4 6.4) |
| LCH | lch(92.4 6.4 93.3) |
| OKLCH | oklch(0.935 0.017 88.0) |
Copy-ready code
/* CSS */
color: #eee9dd;
background-color: #eee9dd;
/* Tailwind (arbitrary) */
class="text-[#eee9dd] bg-[#eee9dd]"
/* SCSS */
$brand: #eee9dd;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.867)
/* Android */
Color.parseColor("#eee9dd")Accessibility — WCAG contrast
Aa
#eee9dd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9dd on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow7.1%
Key (black)6.7%
Color previews
#eee9dd text on a black background
contrast 17.34:1
Card sample
#eee9dd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9dd;
Background color
Panel with #eee9dd background
background-color: #eee9dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9dd; background: linear-gradient(135deg, #eee9dd, #E8EEDD);