#eedcf3
a pale, vivid violet · warm · closest name: lavender
RGB
238, 220, 243
HSL
287°, 49%, 91%
CMYK
2, 10, 0, 5
Luminance
0.7583
Every format
| HEX | #eedcf3 |
| RGB | rgb(238, 220, 243) |
| HSL | hsl(287, 49%, 91%) |
| CMYK | cmyk(2%, 10%, 0%, 5%) |
| LAB | lab(89.8 10.2 -9.0) |
| LCH | lch(89.8 13.6 318.7) |
| OKLCH | oklch(0.916 0.036 318.9) |
Copy-ready code
/* CSS */
color: #eedcf3;
background-color: #eedcf3;
/* Tailwind (arbitrary) */
class="text-[#eedcf3] bg-[#eedcf3]"
/* SCSS */
$brand: #eedcf3;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.953)
/* Android */
Color.parseColor("#eedcf3")Accessibility — WCAG contrast
Aa
#eedcf3 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcf3 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta9.5%
Yellow0.0%
Key (black)4.7%
Color previews
#eedcf3 text on a black background
contrast 16.17:1
Card sample
#eedcf3 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcf3;
Background color
Panel with #eedcf3 background
background-color: #eedcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcf3; background: linear-gradient(135deg, #eedcf3, #F3DCE9);