#eeddfe
a pale, electric violet · warm · closest name: lavender
RGB
238, 221, 254
HSL
271°, 94%, 93%
CMYK
6, 13, 0, 0
Luminance
0.7705
Every format
| HEX | #eeddfe |
| RGB | rgb(238, 221, 254) |
| HSL | hsl(271, 94%, 93%) |
| CMYK | cmyk(6%, 13%, 0%, 0%) |
| LAB | lab(90.3 11.7 -13.9) |
| LCH | lch(90.3 18.2 310.2) |
| OKLCH | oklch(0.921 0.048 308.5) |
Copy-ready code
/* CSS */
color: #eeddfe;
background-color: #eeddfe;
/* Tailwind (arbitrary) */
class="text-[#eeddfe] bg-[#eeddfe]"
/* SCSS */
$brand: #eeddfe;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#eeddfe")Accessibility — WCAG contrast
Aa
#eeddfe on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddfe on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#eeddfe text on a black background
contrast 16.41:1
Card sample
#eeddfe text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddfe;
Background color
Panel with #eeddfe background
background-color: #eeddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddfe; background: linear-gradient(135deg, #eeddfe, #FEDDF8);