#e0e0e4
a pale, muted near-white · warm · closest name: lavender
RGB
224, 224, 228
HSL
240°, 7%, 89%
CMYK
2, 2, 0, 11
Luminance
0.7476
Every format
| HEX | #e0e0e4 |
| RGB | rgb(224, 224, 228) |
| HSL | hsl(240, 7%, 89%) |
| CMYK | cmyk(2%, 2%, 0%, 11%) |
| LAB | lab(89.3 0.7 -1.9) |
| LCH | lch(89.3 2.1 290.3) |
| OKLCH | oklch(0.908 0.005 286.3) |
Copy-ready code
/* CSS */
color: #e0e0e4;
background-color: #e0e0e4;
/* Tailwind (arbitrary) */
class="text-[#e0e0e4] bg-[#e0e0e4]"
/* SCSS */
$brand: #e0e0e4;
/* SwiftUI */
Color(red: 0.878, green: 0.878, blue: 0.894)
/* Android */
Color.parseColor("#e0e0e4")Accessibility — WCAG contrast
Aa
#e0e0e4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e0e4 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green87.8%
Blue89.4%
CMYK percentages
Cyan1.8%
Magenta1.8%
Yellow0.0%
Key (black)10.6%
Color previews
#e0e0e4 text on a black background
contrast 15.95:1
Card sample
#e0e0e4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e0e4;
Background color
Panel with #e0e0e4 background
background-color: #e0e0e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e0e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 224, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 224, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e0e4; background: linear-gradient(135deg, #e0e0e4, #E3E0E4);