#eae9fd
a pale, electric blue · warm · “lavender”
RGB
234, 233, 253
HSL
243°, 83%, 95%
CMYK
8, 8, 0, 1
Luminance
0.8286
Every format
| HEX | #eae9fd |
| RGB | rgb(234, 233, 253) |
| HSL | hsl(243, 83%, 95%) |
| CMYK | cmyk(8%, 8%, 0%, 1%) |
| LAB | lab(93.0 4.0 -9.5) |
| LCH | lch(93.0 10.3 292.9) |
| OKLCH | oklch(0.941 0.027 288.2) |
Copy-ready code
/* CSS */
color: #eae9fd;
background-color: #eae9fd;
/* Tailwind (arbitrary) */
class="text-[#eae9fd] bg-[#eae9fd]"
/* SCSS */
$brand: #eae9fd;
/* SwiftUI */
Color(red: 0.918, green: 0.914, blue: 0.992)
/* Android */
Color.parseColor("#eae9fd")Accessibility — WCAG contrast
Aa
#eae9fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae9fd on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.4%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta7.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eae9fd text on a black background
contrast 17.57:1
Card sample
#eae9fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae9fd;
Background color
Panel with #eae9fd background
background-color: #eae9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 233, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 233, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae9fd; background: linear-gradient(135deg, #eae9fd, #F7E9FD);