#e2dfd8
a pale, muted yellow · warm · closest name: ivory
RGB
226, 223, 216
HSL
42°, 15%, 87%
CMYK
0, 1, 4, 11
Luminance
0.7390
Every format
| HEX | #e2dfd8 |
| RGB | rgb(226, 223, 216) |
| HSL | hsl(42, 15%, 87%) |
| CMYK | cmyk(0%, 1%, 4%, 11%) |
| LAB | lab(88.9 -0.2 3.8) |
| LCH | lch(88.9 3.8 93.2) |
| OKLCH | oklch(0.904 0.010 87.5) |
Copy-ready code
/* CSS */
color: #e2dfd8;
background-color: #e2dfd8;
/* Tailwind (arbitrary) */
class="text-[#e2dfd8] bg-[#e2dfd8]"
/* SCSS */
$brand: #e2dfd8;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#e2dfd8")Accessibility — WCAG contrast
Aa
#e2dfd8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfd8 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow4.4%
Key (black)11.4%
Color previews
#e2dfd8 text on a black background
contrast 15.78:1
Card sample
#e2dfd8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfd8;
Background color
Panel with #e2dfd8 background
background-color: #e2dfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfd8; background: linear-gradient(135deg, #e2dfd8, #DEE2D8);