#eee4db
a pale, soft orange · warm · closest name: ivory
RGB
238, 228, 219
HSL
28°, 36%, 90%
CMYK
0, 4, 8, 7
Luminance
0.7878
Every format
| HEX | #eee4db |
| RGB | rgb(238, 228, 219) |
| HSL | hsl(28, 36%, 90%) |
| CMYK | cmyk(0%, 4%, 8%, 7%) |
| LAB | lab(91.1 1.9 5.6) |
| LCH | lch(91.1 5.9 71.6) |
| OKLCH | oklch(0.924 0.016 64.7) |
Copy-ready code
/* CSS */
color: #eee4db;
background-color: #eee4db;
/* Tailwind (arbitrary) */
class="text-[#eee4db] bg-[#eee4db]"
/* SCSS */
$brand: #eee4db;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.859)
/* Android */
Color.parseColor("#eee4db")Accessibility — WCAG contrast
Aa
#eee4db on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4db on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow8.0%
Key (black)6.7%
Color previews
#eee4db text on a black background
contrast 16.76:1
Card sample
#eee4db text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4db;
Background color
Panel with #eee4db background
background-color: #eee4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4db; background: linear-gradient(135deg, #eee4db, #EBEEDB);