#e8e5f9
a pale, vivid blue · warm · “lavender”
RGB
232, 229, 249
HSL
249°, 63%, 94%
CMYK
7, 8, 0, 2
Luminance
0.8003
Every format
| HEX | #e8e5f9 |
| RGB | rgb(232, 229, 249) |
| HSL | hsl(249, 63%, 94%) |
| CMYK | cmyk(7%, 8%, 0%, 2%) |
| LAB | lab(91.7 4.7 -9.3) |
| LCH | lch(91.7 10.4 296.7) |
| OKLCH | oklch(0.930 0.027 292.8) |
Copy-ready code
/* CSS */
color: #e8e5f9;
background-color: #e8e5f9;
/* Tailwind (arbitrary) */
class="text-[#e8e5f9] bg-[#e8e5f9]"
/* SCSS */
$brand: #e8e5f9;
/* SwiftUI */
Color(red: 0.910, green: 0.898, blue: 0.976)
/* Android */
Color.parseColor("#e8e5f9")Accessibility — WCAG contrast
Aa
#e8e5f9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e5f9 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green89.8%
Blue97.6%
CMYK percentages
Cyan6.8%
Magenta8.0%
Yellow0.0%
Key (black)2.4%
Color previews
#e8e5f9 text on a black background
contrast 17.01:1
Card sample
#e8e5f9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e5f9;
Background color
Panel with #e8e5f9 background
background-color: #e8e5f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e5f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 229, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 229, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e5f9; background: linear-gradient(135deg, #e8e5f9, #F5E5F9);