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