#eae8fd
a pale, electric blue · warm · “lavender”
RGB
234, 232, 253
HSL
246°, 84%, 95%
CMYK
8, 8, 0, 1
Luminance
0.8230
Every format
| HEX | #eae8fd |
| RGB | rgb(234, 232, 253) |
| HSL | hsl(246, 84%, 95%) |
| CMYK | cmyk(8%, 8%, 0%, 1%) |
| LAB | lab(92.7 4.5 -9.9) |
| LCH | lch(92.7 10.9 294.7) |
| OKLCH | oklch(0.939 0.028 290.2) |
Copy-ready code
/* CSS */
color: #eae8fd;
background-color: #eae8fd;
/* Tailwind (arbitrary) */
class="text-[#eae8fd] bg-[#eae8fd]"
/* SCSS */
$brand: #eae8fd;
/* SwiftUI */
Color(red: 0.918, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#eae8fd")Accessibility — WCAG contrast
Aa
#eae8fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae8fd on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.0%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eae8fd text on a black background
contrast 17.46:1
Card sample
#eae8fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae8fd;
Background color
Panel with #eae8fd background
background-color: #eae8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae8fd; background: linear-gradient(135deg, #eae8fd, #F8E8FD);