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