#eae6fd
a pale, electric blue · warm · “lavender”
RGB
234, 230, 253
HSL
250°, 85%, 95%
CMYK
8, 9, 0, 1
Luminance
0.8118
Every format
| HEX | #eae6fd |
| RGB | rgb(234, 230, 253) |
| HSL | hsl(250, 85%, 95%) |
| CMYK | cmyk(8%, 9%, 0%, 1%) |
| LAB | lab(92.2 5.6 -10.6) |
| LCH | lch(92.2 12.0 297.7) |
| OKLCH | oklch(0.935 0.031 293.8) |
Copy-ready code
/* CSS */
color: #eae6fd;
background-color: #eae6fd;
/* Tailwind (arbitrary) */
class="text-[#eae6fd] bg-[#eae6fd]"
/* SCSS */
$brand: #eae6fd;
/* SwiftUI */
Color(red: 0.918, green: 0.902, blue: 0.992)
/* Android */
Color.parseColor("#eae6fd")Accessibility — WCAG contrast
Aa
#eae6fd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae6fd on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green90.2%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta9.1%
Yellow0.0%
Key (black)0.8%
Color previews
#eae6fd text on a black background
contrast 17.24:1
Card sample
#eae6fd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae6fd;
Background color
Panel with #eae6fd background
background-color: #eae6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 230, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 230, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae6fd; background: linear-gradient(135deg, #eae6fd, #F9E6FD);