#e5e2db
a pale, soft yellow · warm · closest name: ivory
RGB
229, 226, 219
HSL
42°, 16%, 88%
CMYK
0, 1, 4, 10
Luminance
0.7617
Every format
| HEX | #e5e2db |
| RGB | rgb(229, 226, 219) |
| HSL | hsl(42, 16%, 88%) |
| CMYK | cmyk(0%, 1%, 4%, 10%) |
| LAB | lab(89.9 -0.2 3.8) |
| LCH | lch(89.9 3.8 93.2) |
| OKLCH | oklch(0.913 0.010 87.5) |
Copy-ready code
/* CSS */
color: #e5e2db;
background-color: #e5e2db;
/* Tailwind (arbitrary) */
class="text-[#e5e2db] bg-[#e5e2db]"
/* SCSS */
$brand: #e5e2db;
/* SwiftUI */
Color(red: 0.898, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#e5e2db")Accessibility — WCAG contrast
Aa
#e5e2db on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e2db on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green88.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow4.4%
Key (black)10.2%
Color previews
#e5e2db text on a black background
contrast 16.23:1
Card sample
#e5e2db text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e2db;
Background color
Panel with #e5e2db background
background-color: #e5e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e2db; background: linear-gradient(135deg, #e5e2db, #E1E5DB);