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