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