#ead2fd
a pale, electric violet · warm · closest name: lavender
RGB
234, 210, 253
HSL
274°, 92%, 91%
CMYK
8, 17, 0, 1
Luminance
0.7068
Every format
| HEX | #ead2fd |
| RGB | rgb(234, 210, 253) |
| HSL | hsl(274, 92%, 91%) |
| CMYK | cmyk(8%, 17%, 0%, 1%) |
| LAB | lab(87.3 16.1 -17.9) |
| LCH | lch(87.3 24.1 311.8) |
| OKLCH | oklch(0.897 0.063 310.1) |
Copy-ready code
/* CSS */
color: #ead2fd;
background-color: #ead2fd;
/* Tailwind (arbitrary) */
class="text-[#ead2fd] bg-[#ead2fd]"
/* SCSS */
$brand: #ead2fd;
/* SwiftUI */
Color(red: 0.918, green: 0.824, blue: 0.992)
/* Android */
Color.parseColor("#ead2fd")Accessibility — WCAG contrast
Aa
#ead2fd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead2fd on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.4%
Blue99.2%
CMYK percentages
Cyan7.5%
Magenta17.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ead2fd text on a black background
contrast 15.14:1
Card sample
#ead2fd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead2fd;
Background color
Panel with #ead2fd background
background-color: #ead2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 210, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 210, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead2fd; background: linear-gradient(135deg, #ead2fd, #FDD2F3);