#e8e8fa
a pale, vivid blue · warm · “lavender”
RGB
232, 232, 250
HSL
240°, 64%, 95%
CMYK
7, 7, 0, 2
Luminance
0.8177
Every format
| HEX | #e8e8fa |
| RGB | rgb(232, 232, 250) |
| HSL | hsl(240, 64%, 95%) |
| CMYK | cmyk(7%, 7%, 0%, 2%) |
| LAB | lab(92.5 3.3 -8.7) |
| LCH | lch(92.5 9.3 290.9) |
| OKLCH | oklch(0.936 0.024 285.9) |
Copy-ready code
/* CSS */
color: #e8e8fa;
background-color: #e8e8fa;
/* Tailwind (arbitrary) */
class="text-[#e8e8fa] bg-[#e8e8fa]"
/* SCSS */
$brand: #e8e8fa;
/* SwiftUI */
Color(red: 0.910, green: 0.910, blue: 0.980)
/* Android */
Color.parseColor("#e8e8fa")Accessibility — WCAG contrast
Aa
#e8e8fa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e8fa on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green91.0%
Blue98.0%
CMYK percentages
Cyan7.2%
Magenta7.2%
Yellow0.0%
Key (black)2.0%
Color previews
#e8e8fa text on a black background
contrast 17.35:1
Card sample
#e8e8fa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e8fa;
Background color
Panel with #e8e8fa background
background-color: #e8e8fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e8fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 232, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 232, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e8fa; background: linear-gradient(135deg, #e8e8fa, #F4E8FA);