#eeddf5
a pale, vivid violet · warm · closest name: lavender
RGB
238, 221, 245
HSL
283°, 55%, 91%
CMYK
3, 10, 0, 4
Luminance
0.7648
Every format
| HEX | #eeddf5 |
| RGB | rgb(238, 221, 245) |
| HSL | hsl(283, 55%, 91%) |
| CMYK | cmyk(3%, 10%, 0%, 4%) |
| LAB | lab(90.1 10.1 -9.6) |
| LCH | lch(90.1 13.9 316.4) |
| OKLCH | oklch(0.918 0.037 316.2) |
Copy-ready code
/* CSS */
color: #eeddf5;
background-color: #eeddf5;
/* Tailwind (arbitrary) */
class="text-[#eeddf5] bg-[#eeddf5]"
/* SCSS */
$brand: #eeddf5;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#eeddf5")Accessibility — WCAG contrast
Aa
#eeddf5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf5 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue96.1%
CMYK percentages
Cyan2.9%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#eeddf5 text on a black background
contrast 16.30:1
Card sample
#eeddf5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf5;
Background color
Panel with #eeddf5 background
background-color: #eeddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf5; background: linear-gradient(135deg, #eeddf5, #F5DDEC);