#eedaf9
a pale, vivid violet · warm · closest name: lavender
RGB
238, 218, 249
HSL
279°, 72%, 92%
CMYK
4, 12, 0, 2
Luminance
0.7516
Every format
| HEX | #eedaf9 |
| RGB | rgb(238, 218, 249) |
| HSL | hsl(279, 72%, 92%) |
| CMYK | cmyk(4%, 12%, 0%, 2%) |
| LAB | lab(89.5 12.4 -12.6) |
| LCH | lch(89.5 17.6 314.5) |
| OKLCH | oklch(0.914 0.047 313.8) |
Copy-ready code
/* CSS */
color: #eedaf9;
background-color: #eedaf9;
/* Tailwind (arbitrary) */
class="text-[#eedaf9] bg-[#eedaf9]"
/* SCSS */
$brand: #eedaf9;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.976)
/* Android */
Color.parseColor("#eedaf9")Accessibility — WCAG contrast
Aa
#eedaf9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedaf9 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta12.4%
Yellow0.0%
Key (black)2.4%
Color previews
#eedaf9 text on a black background
contrast 16.03:1
Card sample
#eedaf9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedaf9;
Background color
Panel with #eedaf9 background
background-color: #eedaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedaf9; background: linear-gradient(135deg, #eedaf9, #F9DAEF);