#e2dfdc
a pale, muted orange · warm · closest name: white
RGB
226, 223, 220
HSL
30°, 9%, 88%
CMYK
0, 1, 3, 11
Luminance
0.7411
Every format
| HEX | #e2dfdc |
| RGB | rgb(226, 223, 220) |
| HSL | hsl(30, 9%, 88%) |
| CMYK | cmyk(0%, 1%, 3%, 11%) |
| LAB | lab(89.0 0.5 1.8) |
| LCH | lch(89.0 1.9 75.0) |
| OKLCH | oklch(0.905 0.005 67.8) |
Copy-ready code
/* CSS */
color: #e2dfdc;
background-color: #e2dfdc;
/* Tailwind (arbitrary) */
class="text-[#e2dfdc] bg-[#e2dfdc]"
/* SCSS */
$brand: #e2dfdc;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#e2dfdc")Accessibility — WCAG contrast
Aa
#e2dfdc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfdc on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow2.7%
Key (black)11.4%
Color previews
#e2dfdc text on a black background
contrast 15.82:1
Card sample
#e2dfdc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfdc;
Background color
Panel with #e2dfdc background
background-color: #e2dfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfdc; background: linear-gradient(135deg, #e2dfdc, #E1E2DC);