#eed9f4
a pale, vivid violet · warm · closest name: lavender
RGB
238, 217, 244
HSL
287°, 55%, 90%
CMYK
3, 11, 0, 4
Luminance
0.7433
Every format
| HEX | #eed9f4 |
| RGB | rgb(238, 217, 244) |
| HSL | hsl(287, 55%, 90%) |
| CMYK | cmyk(3%, 11%, 0%, 4%) |
| LAB | lab(89.1 12.0 -10.5) |
| LCH | lch(89.1 15.9 318.6) |
| OKLCH | oklch(0.910 0.043 318.7) |
Copy-ready code
/* CSS */
color: #eed9f4;
background-color: #eed9f4;
/* Tailwind (arbitrary) */
class="text-[#eed9f4] bg-[#eed9f4]"
/* SCSS */
$brand: #eed9f4;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.957)
/* Android */
Color.parseColor("#eed9f4")Accessibility — WCAG contrast
Aa
#eed9f4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9f4 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta11.1%
Yellow0.0%
Key (black)4.3%
Color previews
#eed9f4 text on a black background
contrast 15.87:1
Card sample
#eed9f4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9f4;
Background color
Panel with #eed9f4 background
background-color: #eed9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9f4; background: linear-gradient(135deg, #eed9f4, #F4D9E8);