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