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