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