#eae2fd
a pale, electric violet · warm · closest name: lavender
RGB
234, 226, 253
HSL
258°, 87%, 94%
CMYK
8, 11, 0, 1
Luminance
0.7898
Every format
| HEX | #eae2fd |
| RGB | rgb(234, 226, 253) |
| HSL | hsl(258, 87%, 94%) |
| CMYK | cmyk(8%, 11%, 0%, 1%) |
| LAB | lab(91.2 7.7 -12.1) |
| LCH | lch(91.2 14.3 302.3) |
| OKLCH | oklch(0.927 0.037 299.2) |
Copy-ready code
/* CSS */
color: #eae2fd;
background-color: #eae2fd;
/* Tailwind (arbitrary) */
class="text-[#eae2fd] bg-[#eae2fd]"
/* SCSS */
$brand: #eae2fd;
/* SwiftUI */
Color(red: 0.918, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#eae2fd")Accessibility — WCAG contrast
Aa
#eae2fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae2fd on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green88.6%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#eae2fd text on a black background
contrast 16.80:1
Card sample
#eae2fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae2fd;
Background color
Panel with #eae2fd background
background-color: #eae2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae2fd; background: linear-gradient(135deg, #eae2fd, #FCE2FD);