#e5e4e2
a pale, muted near-white · warm · closest name: white
RGB
229, 228, 226
HSL
40°, 6%, 89%
CMYK
0, 0, 1, 10
Luminance
0.7764
Every format
| HEX | #e5e4e2 |
| RGB | rgb(229, 228, 226) |
| HSL | hsl(40, 6%, 89%) |
| CMYK | cmyk(0%, 0%, 1%, 10%) |
| LAB | lab(90.6 -0.0 1.1) |
| LCH | lch(90.6 1.1 91.1) |
| OKLCH | oklch(0.919 0.003 84.6) |
Copy-ready code
/* CSS */
color: #e5e4e2;
background-color: #e5e4e2;
/* Tailwind (arbitrary) */
class="text-[#e5e4e2] bg-[#e5e4e2]"
/* SCSS */
$brand: #e5e4e2;
/* SwiftUI */
Color(red: 0.898, green: 0.894, blue: 0.886)
/* Android */
Color.parseColor("#e5e4e2")Accessibility — WCAG contrast
Aa
#e5e4e2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e4e2 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green89.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow1.3%
Key (black)10.2%
Color previews
#e5e4e2 text on a black background
contrast 16.53:1
Card sample
#e5e4e2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e4e2;
Background color
Panel with #e5e4e2 background
background-color: #e5e4e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e4e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 228, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 228, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e4e2; background: linear-gradient(135deg, #e5e4e2, #E4E5E2);