#eeddf2
a pale, soft violet · warm · closest name: lavender
RGB
238, 221, 242
HSL
289°, 45%, 91%
CMYK
2, 9, 0, 5
Luminance
0.7630
Every format
| HEX | #eeddf2 |
| RGB | rgb(238, 221, 242) |
| HSL | hsl(289, 45%, 91%) |
| CMYK | cmyk(2%, 9%, 0%, 5%) |
| LAB | lab(90.0 9.5 -8.1) |
| LCH | lch(90.0 12.5 319.5) |
| OKLCH | oklch(0.917 0.034 319.8) |
Copy-ready code
/* CSS */
color: #eeddf2;
background-color: #eeddf2;
/* Tailwind (arbitrary) */
class="text-[#eeddf2] bg-[#eeddf2]"
/* SCSS */
$brand: #eeddf2;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#eeddf2")Accessibility — WCAG contrast
Aa
#eeddf2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf2 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#eeddf2 text on a black background
contrast 16.26:1
Card sample
#eeddf2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf2;
Background color
Panel with #eeddf2 background
background-color: #eeddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf2; background: linear-gradient(135deg, #eeddf2, #F2DDE8);