#eedcf8
a pale, vivid violet · warm · closest name: lavender
RGB
238, 220, 248
HSL
279°, 67%, 92%
CMYK
4, 11, 0, 3
Luminance
0.7614
Every format
| HEX | #eedcf8 |
| RGB | rgb(238, 220, 248) |
| HSL | hsl(279, 67%, 92%) |
| CMYK | cmyk(4%, 11%, 0%, 3%) |
| LAB | lab(89.9 11.1 -11.4) |
| LCH | lch(89.9 15.9 314.4) |
| OKLCH | oklch(0.917 0.042 313.7) |
Copy-ready code
/* CSS */
color: #eedcf8;
background-color: #eedcf8;
/* Tailwind (arbitrary) */
class="text-[#eedcf8] bg-[#eedcf8]"
/* SCSS */
$brand: #eedcf8;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.973)
/* Android */
Color.parseColor("#eedcf8")Accessibility — WCAG contrast
Aa
#eedcf8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcf8 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue97.3%
CMYK percentages
Cyan4.0%
Magenta11.3%
Yellow0.0%
Key (black)2.7%
Color previews
#eedcf8 text on a black background
contrast 16.23:1
Card sample
#eedcf8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcf8;
Background color
Panel with #eedcf8 background
background-color: #eedcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcf8; background: linear-gradient(135deg, #eedcf8, #F8DCEF);