#eeddf8
a pale, vivid violet · warm · closest name: lavender
RGB
238, 221, 248
HSL
278°, 66%, 92%
CMYK
4, 11, 0, 3
Luminance
0.7667
Every format
| HEX | #eeddf8 |
| RGB | rgb(238, 221, 248) |
| HSL | hsl(278, 66%, 92%) |
| CMYK | cmyk(4%, 11%, 0%, 3%) |
| LAB | lab(90.2 10.6 -11.0) |
| LCH | lch(90.2 15.3 313.9) |
| OKLCH | oklch(0.919 0.040 313.2) |
Copy-ready code
/* CSS */
color: #eeddf8;
background-color: #eeddf8;
/* Tailwind (arbitrary) */
class="text-[#eeddf8] bg-[#eeddf8]"
/* SCSS */
$brand: #eeddf8;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#eeddf8")Accessibility — WCAG contrast
Aa
#eeddf8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf8 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#eeddf8 text on a black background
contrast 16.33:1
Card sample
#eeddf8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf8;
Background color
Panel with #eeddf8 background
background-color: #eeddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf8; background: linear-gradient(135deg, #eeddf8, #F8DDF0);