#eae4ff
a pale, electric blue · warm · closest name: lavender
RGB
234, 228, 255
HSL
253°, 100%, 95%
CMYK
8, 11, 0, 0
Luminance
0.8020
Every format
| HEX | #eae4ff |
| RGB | rgb(234, 228, 255) |
| HSL | hsl(253, 100%, 95%) |
| CMYK | cmyk(8%, 11%, 0%, 0%) |
| LAB | lab(91.8 7.0 -12.3) |
| LCH | lch(91.8 14.2 299.6) |
| OKLCH | oklch(0.932 0.037 295.9) |
Copy-ready code
/* CSS */
color: #eae4ff;
background-color: #eae4ff;
/* Tailwind (arbitrary) */
class="text-[#eae4ff] bg-[#eae4ff]"
/* SCSS */
$brand: #eae4ff;
/* SwiftUI */
Color(red: 0.918, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#eae4ff")Accessibility — WCAG contrast
Aa
#eae4ff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae4ff on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.4%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#eae4ff text on a black background
contrast 17.04:1
Card sample
#eae4ff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae4ff;
Background color
Panel with #eae4ff background
background-color: #eae4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae4ff; background: linear-gradient(135deg, #eae4ff, #FCE4FF);