#eeddf6
a pale, vivid violet · warm · closest name: lavender
RGB
238, 221, 246
HSL
281°, 58%, 92%
CMYK
3, 10, 0, 4
Luminance
0.7654
Every format
| HEX | #eeddf6 |
| RGB | rgb(238, 221, 246) |
| HSL | hsl(281, 58%, 92%) |
| CMYK | cmyk(3%, 10%, 0%, 4%) |
| LAB | lab(90.1 10.2 -10.1) |
| LCH | lch(90.1 14.3 315.5) |
| OKLCH | oklch(0.919 0.038 315.1) |
Copy-ready code
/* CSS */
color: #eeddf6;
background-color: #eeddf6;
/* Tailwind (arbitrary) */
class="text-[#eeddf6] bg-[#eeddf6]"
/* SCSS */
$brand: #eeddf6;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#eeddf6")Accessibility — WCAG contrast
Aa
#eeddf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf6 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#eeddf6 text on a black background
contrast 16.31:1
Card sample
#eeddf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf6;
Background color
Panel with #eeddf6 background
background-color: #eeddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf6; background: linear-gradient(135deg, #eeddf6, #F6DDED);