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