#eed2fe
a pale, electric violet · warm · closest name: lavender
RGB
238, 210, 254
HSL
278°, 96%, 91%
CMYK
6, 17, 0, 0
Luminance
0.7143
Every format
| HEX | #eed2fe |
| RGB | rgb(238, 210, 254) |
| HSL | hsl(278, 96%, 91%) |
| CMYK | cmyk(6%, 17%, 0%, 0%) |
| LAB | lab(87.7 17.5 -17.9) |
| LCH | lch(87.7 25.0 314.4) |
| OKLCH | oklch(0.901 0.066 313.3) |
Copy-ready code
/* CSS */
color: #eed2fe;
background-color: #eed2fe;
/* Tailwind (arbitrary) */
class="text-[#eed2fe] bg-[#eed2fe]"
/* SCSS */
$brand: #eed2fe;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#eed2fe")Accessibility — WCAG contrast
Aa
#eed2fe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2fe on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#eed2fe text on a black background
contrast 15.29:1
Card sample
#eed2fe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2fe;
Background color
Panel with #eed2fe background
background-color: #eed2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2fe; background: linear-gradient(135deg, #eed2fe, #FED2F1);