#eed4ff
a pale, electric violet · warm · closest name: lavender
RGB
238, 212, 255
HSL
276°, 100%, 92%
CMYK
7, 17, 0, 0
Luminance
0.7248
Every format
| HEX | #eed4ff |
| RGB | rgb(238, 212, 255) |
| HSL | hsl(276, 100%, 92%) |
| CMYK | cmyk(7%, 17%, 0%, 0%) |
| LAB | lab(88.2 16.7 -17.6) |
| LCH | lch(88.2 24.3 313.4) |
| OKLCH | oklch(0.905 0.064 312.0) |
Copy-ready code
/* CSS */
color: #eed4ff;
background-color: #eed4ff;
/* Tailwind (arbitrary) */
class="text-[#eed4ff] bg-[#eed4ff]"
/* SCSS */
$brand: #eed4ff;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#eed4ff")Accessibility — WCAG contrast
Aa
#eed4ff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4ff on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#eed4ff text on a black background
contrast 15.50:1
Card sample
#eed4ff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4ff;
Background color
Panel with #eed4ff background
background-color: #eed4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4ff; background: linear-gradient(135deg, #eed4ff, #FFD4F3);