#e8e4f1
a pale, soft violet · warm · closest name: lavender
RGB
232, 228, 241
HSL
259°, 32%, 92%
CMYK
4, 5, 0, 6
Luminance
0.7899
Every format
| HEX | #e8e4f1 |
| RGB | rgb(232, 228, 241) |
| HSL | hsl(259, 32%, 92%) |
| CMYK | cmyk(4%, 5%, 0%, 6%) |
| LAB | lab(91.2 3.7 -5.8) |
| LCH | lch(91.2 6.9 302.4) |
| OKLCH | oklch(0.926 0.018 300.1) |
Copy-ready code
/* CSS */
color: #e8e4f1;
background-color: #e8e4f1;
/* Tailwind (arbitrary) */
class="text-[#e8e4f1] bg-[#e8e4f1]"
/* SCSS */
$brand: #e8e4f1;
/* SwiftUI */
Color(red: 0.910, green: 0.894, blue: 0.945)
/* Android */
Color.parseColor("#e8e4f1")Accessibility — WCAG contrast
Aa
#e8e4f1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e4f1 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green89.4%
Blue94.5%
CMYK percentages
Cyan3.7%
Magenta5.4%
Yellow0.0%
Key (black)5.5%
Color previews
#e8e4f1 text on a black background
contrast 16.80:1
Card sample
#e8e4f1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e4f1;
Background color
Panel with #e8e4f1 background
background-color: #e8e4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 228, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 228, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e4f1; background: linear-gradient(135deg, #e8e4f1, #F1E4F1);