#eae4fd
a pale, electric blue · warm · closest name: lavender
RGB
234, 228, 253
HSL
254°, 86%, 94%
CMYK
8, 10, 0, 1
Luminance
0.8007
Every format
| HEX | #eae4fd |
| RGB | rgb(234, 228, 253) |
| HSL | hsl(254, 86%, 94%) |
| CMYK | cmyk(8%, 10%, 0%, 1%) |
| LAB | lab(91.7 6.6 -11.4) |
| LCH | lch(91.7 13.1 300.2) |
| OKLCH | oklch(0.931 0.034 296.7) |
Copy-ready code
/* CSS */
color: #eae4fd;
background-color: #eae4fd;
/* Tailwind (arbitrary) */
class="text-[#eae4fd] bg-[#eae4fd]"
/* SCSS */
$brand: #eae4fd;
/* SwiftUI */
Color(red: 0.918, green: 0.894, blue: 0.992)
/* Android */
Color.parseColor("#eae4fd")Accessibility — WCAG contrast
Aa
#eae4fd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae4fd on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.4%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta9.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eae4fd text on a black background
contrast 17.01:1
Card sample
#eae4fd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae4fd;
Background color
Panel with #eae4fd background
background-color: #eae4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 228, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 228, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae4fd; background: linear-gradient(135deg, #eae4fd, #FBE4FD);