#eae4f8
a pale, vivid violet · warm · “lavender”
RGB
234, 228, 248
HSL
258°, 59%, 93%
CMYK
6, 8, 0, 3
Luminance
0.7976
Every format
| HEX | #eae4f8 |
| RGB | rgb(234, 228, 248) |
| HSL | hsl(258, 59%, 93%) |
| CMYK | cmyk(6%, 8%, 0%, 3%) |
| LAB | lab(91.6 5.7 -9.0) |
| LCH | lch(91.6 10.6 302.3) |
| OKLCH | oklch(0.929 0.028 299.5) |
Copy-ready code
/* CSS */
color: #eae4f8;
background-color: #eae4f8;
/* Tailwind (arbitrary) */
class="text-[#eae4f8] bg-[#eae4f8]"
/* SCSS */
$brand: #eae4f8;
/* SwiftUI */
Color(red: 0.918, green: 0.894, blue: 0.973)
/* Android */
Color.parseColor("#eae4f8")Accessibility — WCAG contrast
Aa
#eae4f8 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae4f8 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.4%
Blue97.3%
CMYK percentages
Cyan5.6%
Magenta8.1%
Yellow0.0%
Key (black)2.7%
Color previews
#eae4f8 text on a black background
contrast 16.95:1
Card sample
#eae4f8 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae4f8;
Background color
Panel with #eae4f8 background
background-color: #eae4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 228, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 228, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae4f8; background: linear-gradient(135deg, #eae4f8, #F7E4F8);