#e7dfdc
a pale, soft orange · warm · closest name: white
RGB
231, 223, 220
HSL
16°, 19%, 88%
CMYK
0, 4, 5, 9
Luminance
0.7493
Every format
| HEX | #e7dfdc |
| RGB | rgb(231, 223, 220) |
| HSL | hsl(16, 19%, 88%) |
| CMYK | cmyk(0%, 4%, 5%, 9%) |
| LAB | lab(89.4 2.2 2.4) |
| LCH | lch(89.4 3.3 47.8) |
| OKLCH | oklch(0.909 0.010 41.9) |
Copy-ready code
/* CSS */
color: #e7dfdc;
background-color: #e7dfdc;
/* Tailwind (arbitrary) */
class="text-[#e7dfdc] bg-[#e7dfdc]"
/* SCSS */
$brand: #e7dfdc;
/* SwiftUI */
Color(red: 0.906, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#e7dfdc")Accessibility — WCAG contrast
Aa
#e7dfdc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dfdc on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green87.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow4.8%
Key (black)9.4%
Color previews
#e7dfdc text on a black background
contrast 15.99:1
Card sample
#e7dfdc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dfdc;
Background color
Panel with #e7dfdc background
background-color: #e7dfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dfdc; background: linear-gradient(135deg, #e7dfdc, #E7E6DC);