#e8e0e0
a pale, muted red · warm · closest name: white
RGB
232, 224, 224
HSL
0°, 15%, 89%
CMYK
0, 3, 3, 9
Luminance
0.7585
Every format
| HEX | #e8e0e0 |
| RGB | rgb(232, 224, 224) |
| HSL | hsl(0, 15%, 89%) |
| CMYK | cmyk(0%, 3%, 3%, 9%) |
| LAB | lab(89.8 2.7 1.0) |
| LCH | lch(89.8 2.9 19.7) |
| OKLCH | oklch(0.913 0.009 17.3) |
Copy-ready code
/* CSS */
color: #e8e0e0;
background-color: #e8e0e0;
/* Tailwind (arbitrary) */
class="text-[#e8e0e0] bg-[#e8e0e0]"
/* SCSS */
$brand: #e8e0e0;
/* SwiftUI */
Color(red: 0.910, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#e8e0e0")Accessibility — WCAG contrast
Aa
#e8e0e0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e0e0 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.8%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow3.4%
Key (black)9.0%
Color previews
#e8e0e0 text on a black background
contrast 16.17:1
Card sample
#e8e0e0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e0e0;
Background color
Panel with #e8e0e0 background
background-color: #e8e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e0e0; background: linear-gradient(135deg, #e8e0e0, #E8E5E0);