#eae7fd
a pale, electric blue · warm · “lavender”
RGB
234, 231, 253
HSL
248°, 85%, 95%
CMYK
8, 9, 0, 1
Luminance
0.8174
Every format
| HEX | #eae7fd |
| RGB | rgb(234, 231, 253) |
| HSL | hsl(248, 85%, 95%) |
| CMYK | cmyk(8%, 9%, 0%, 1%) |
| LAB | lab(92.5 5.0 -10.3) |
| LCH | lch(92.5 11.4 296.2) |
| OKLCH | oklch(0.937 0.030 292.1) |
Copy-ready code
/* CSS */
color: #eae7fd;
background-color: #eae7fd;
/* Tailwind (arbitrary) */
class="text-[#eae7fd] bg-[#eae7fd]"
/* SCSS */
$brand: #eae7fd;
/* SwiftUI */
Color(red: 0.918, green: 0.906, blue: 0.992)
/* Android */
Color.parseColor("#eae7fd")Accessibility — WCAG contrast
Aa
#eae7fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae7fd on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green90.6%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta8.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eae7fd text on a black background
contrast 17.35:1
Card sample
#eae7fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae7fd;
Background color
Panel with #eae7fd background
background-color: #eae7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 231, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 231, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae7fd; background: linear-gradient(135deg, #eae7fd, #F9E7FD);