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