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