#e0e0e8
a pale, muted blue · warm · closest name: lavender
RGB
224, 224, 232
HSL
240°, 15%, 89%
CMYK
3, 3, 0, 9
Luminance
0.7498
Every format
| HEX | #e0e0e8 |
| RGB | rgb(224, 224, 232) |
| HSL | hsl(240, 15%, 89%) |
| CMYK | cmyk(3%, 3%, 0%, 9%) |
| LAB | lab(89.4 1.5 -3.9) |
| LCH | lch(89.4 4.2 290.5) |
| OKLCH | oklch(0.909 0.011 286.2) |
Copy-ready code
/* CSS */
color: #e0e0e8;
background-color: #e0e0e8;
/* Tailwind (arbitrary) */
class="text-[#e0e0e8] bg-[#e0e0e8]"
/* SCSS */
$brand: #e0e0e8;
/* SwiftUI */
Color(red: 0.878, green: 0.878, blue: 0.910)
/* Android */
Color.parseColor("#e0e0e8")Accessibility — WCAG contrast
Aa
#e0e0e8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0e0e8 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green87.8%
Blue91.0%
CMYK percentages
Cyan3.4%
Magenta3.4%
Yellow0.0%
Key (black)9.0%
Color previews
#e0e0e8 text on a black background
contrast 16.00:1
Card sample
#e0e0e8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0e0e8;
Background color
Panel with #e0e0e8 background
background-color: #e0e0e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0e0e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 224, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 224, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0e0e8; background: linear-gradient(135deg, #e0e0e8, #E5E0E8);