#e0dfdf
a pale, muted gray · warm · closest name: lavender
RGB
224, 223, 223
HSL
0°, 2%, 88%
CMYK
0, 0, 0, 12
Luminance
0.7395
Every format
| HEX | #e0dfdf |
| RGB | rgb(224, 223, 223) |
| HSL | hsl(0, 2%, 88%) |
| CMYK | cmyk(0%, 0%, 0%, 12%) |
| LAB | lab(88.9 0.3 0.1) |
| LCH | lch(88.9 0.4 19.4) |
| OKLCH | oklch(0.904 0.001 17.2) |
Copy-ready code
/* CSS */
color: #e0dfdf;
background-color: #e0dfdf;
/* Tailwind (arbitrary) */
class="text-[#e0dfdf] bg-[#e0dfdf]"
/* SCSS */
$brand: #e0dfdf;
/* SwiftUI */
Color(red: 0.878, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#e0dfdf")Accessibility — WCAG contrast
Aa
#e0dfdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0dfdf on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow0.4%
Key (black)12.2%
Color previews
#e0dfdf text on a black background
contrast 15.79:1
Card sample
#e0dfdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0dfdf;
Background color
Panel with #e0dfdf background
background-color: #e0dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0dfdf; background: linear-gradient(135deg, #e0dfdf, #E0E0DF);