#e0e5e0
a pale, muted green · cool · closest name: white
RGB
224, 229, 224
HSL
120°, 9%, 89%
CMYK
2, 0, 2, 10
Luminance
0.7727
Every format
| HEX | #e0e5e0 |
| RGB | rgb(224, 229, 224) |
| HSL | hsl(120, 9%, 89%) |
| CMYK | cmyk(2%, 0%, 2%, 10%) |
| LAB | lab(90.4 -2.6 1.9) |
| LCH | lch(90.4 3.2 144.3) |
| OKLCH | oklch(0.917 0.009 145.5) |
Copy-ready code
/* CSS */
color: #e0e5e0;
background-color: #e0e5e0;
/* Tailwind (arbitrary) */
class="text-[#e0e5e0] bg-[#e0e5e0]"
/* SCSS */
$brand: #e0e5e0;
/* SwiftUI */
Color(red: 0.878, green: 0.898, blue: 0.878)
/* Android */
Color.parseColor("#e0e5e0")Accessibility — WCAG contrast
Aa
#e0e5e0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e5e0 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green89.8%
Blue87.8%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow2.2%
Key (black)10.2%
Color previews
#e0e5e0 text on a black background
contrast 16.45:1
Card sample
#e0e5e0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e5e0;
Background color
Panel with #e0e5e0 background
background-color: #e0e5e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e5e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 229, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 229, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e5e0; background: linear-gradient(135deg, #e0e5e0, #E0E5E3);