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