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