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