#eeddf3
a pale, vivid violet · warm · closest name: lavender
RGB
238, 221, 243
HSL
286°, 48%, 91%
CMYK
2, 9, 0, 5
Luminance
0.7636
Every format
| HEX | #eeddf3 |
| RGB | rgb(238, 221, 243) |
| HSL | hsl(286, 48%, 91%) |
| CMYK | cmyk(2%, 9%, 0%, 5%) |
| LAB | lab(90.0 9.7 -8.6) |
| LCH | lch(90.0 12.9 318.4) |
| OKLCH | oklch(0.918 0.035 318.5) |
Copy-ready code
/* CSS */
color: #eeddf3;
background-color: #eeddf3;
/* Tailwind (arbitrary) */
class="text-[#eeddf3] bg-[#eeddf3]"
/* SCSS */
$brand: #eeddf3;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#eeddf3")Accessibility — WCAG contrast
Aa
#eeddf3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf3 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#eeddf3 text on a black background
contrast 16.27:1
Card sample
#eeddf3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf3;
Background color
Panel with #eeddf3 background
background-color: #eeddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf3; background: linear-gradient(135deg, #eeddf3, #F3DDE9);