#e4e2db
a pale, muted yellow · cool · closest name: ivory
RGB
228, 226, 219
HSL
47°, 14%, 88%
CMYK
0, 1, 4, 11
Luminance
0.7600
Every format
| HEX | #e4e2db |
| RGB | rgb(228, 226, 219) |
| HSL | hsl(47, 14%, 88%) |
| CMYK | cmyk(0%, 1%, 4%, 11%) |
| LAB | lab(89.9 -0.6 3.6) |
| LCH | lch(89.9 3.7 98.6) |
| OKLCH | oklch(0.912 0.010 93.6) |
Copy-ready code
/* CSS */
color: #e4e2db;
background-color: #e4e2db;
/* Tailwind (arbitrary) */
class="text-[#e4e2db] bg-[#e4e2db]"
/* SCSS */
$brand: #e4e2db;
/* SwiftUI */
Color(red: 0.894, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e4e2db")Accessibility — WCAG contrast
Aa
#e4e2db on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4e2db on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow3.9%
Key (black)10.6%
Color previews
#e4e2db text on a black background
contrast 16.20:1
Card sample
#e4e2db text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4e2db;
Background color
Panel with #e4e2db background
background-color: #e4e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4e2db; background: linear-gradient(135deg, #e4e2db, #E0E4DB);