#eee5dd
a pale, soft orange · warm · closest name: ivory
RGB
238, 229, 221
HSL
28°, 33%, 90%
CMYK
0, 4, 7, 7
Luminance
0.7944
Every format
| HEX | #eee5dd |
| RGB | rgb(238, 229, 221) |
| HSL | hsl(28, 33%, 90%) |
| CMYK | cmyk(0%, 4%, 7%, 7%) |
| LAB | lab(91.4 1.7 5.0) |
| LCH | lch(91.4 5.3 71.4) |
| OKLCH | oklch(0.927 0.015 64.3) |
Copy-ready code
/* CSS */
color: #eee5dd;
background-color: #eee5dd;
/* Tailwind (arbitrary) */
class="text-[#eee5dd] bg-[#eee5dd]"
/* SCSS */
$brand: #eee5dd;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.867)
/* Android */
Color.parseColor("#eee5dd")Accessibility — WCAG contrast
Aa
#eee5dd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee5dd on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow7.1%
Key (black)6.7%
Color previews
#eee5dd text on a black background
contrast 16.89:1
Card sample
#eee5dd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee5dd;
Background color
Panel with #eee5dd background
background-color: #eee5dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee5dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee5dd; background: linear-gradient(135deg, #eee5dd, #ECEEDD);