#e4dfdc
a pale, muted orange · warm · closest name: white
RGB
228, 223, 220
HSL
23°, 13%, 88%
CMYK
0, 2, 4, 11
Luminance
0.7444
Every format
| HEX | #e4dfdc |
| RGB | rgb(228, 223, 220) |
| HSL | hsl(23, 13%, 88%) |
| CMYK | cmyk(0%, 2%, 4%, 11%) |
| LAB | lab(89.1 1.2 2.1) |
| LCH | lch(89.1 2.4 60.5) |
| OKLCH | oklch(0.907 0.007 53.4) |
Copy-ready code
/* CSS */
color: #e4dfdc;
background-color: #e4dfdc;
/* Tailwind (arbitrary) */
class="text-[#e4dfdc] bg-[#e4dfdc]"
/* SCSS */
$brand: #e4dfdc;
/* SwiftUI */
Color(red: 0.894, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#e4dfdc")Accessibility — WCAG contrast
Aa
#e4dfdc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4dfdc on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow3.5%
Key (black)10.6%
Color previews
#e4dfdc text on a black background
contrast 15.89:1
Card sample
#e4dfdc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4dfdc;
Background color
Panel with #e4dfdc background
background-color: #e4dfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4dfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4dfdc; background: linear-gradient(135deg, #e4dfdc, #E4E4DC);