#eee0db
a pale, soft orange · warm · closest name: white
RGB
238, 224, 219
HSL
16°, 36%, 90%
CMYK
0, 6, 8, 7
Luminance
0.7660
Every format
| HEX | #eee0db |
| RGB | rgb(238, 224, 219) |
| HSL | hsl(16, 36%, 90%) |
| CMYK | cmyk(0%, 6%, 8%, 7%) |
| LAB | lab(90.1 3.9 4.2) |
| LCH | lch(90.1 5.7 46.6) |
| OKLCH | oklch(0.916 0.017 40.8) |
Copy-ready code
/* CSS */
color: #eee0db;
background-color: #eee0db;
/* Tailwind (arbitrary) */
class="text-[#eee0db] bg-[#eee0db]"
/* SCSS */
$brand: #eee0db;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.859)
/* Android */
Color.parseColor("#eee0db")Accessibility — WCAG contrast
Aa
#eee0db on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0db on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow8.0%
Key (black)6.7%
Color previews
#eee0db text on a black background
contrast 16.32:1
Card sample
#eee0db text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0db;
Background color
Panel with #eee0db background
background-color: #eee0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0db; background: linear-gradient(135deg, #eee0db, #EEEDDB);