#eedaf3
a pale, vivid violet · warm · closest name: lavender
RGB
238, 218, 243
HSL
288°, 51%, 90%
CMYK
2, 10, 0, 5
Luminance
0.7479
Every format
| HEX | #eedaf3 |
| RGB | rgb(238, 218, 243) |
| HSL | hsl(288, 51%, 90%) |
| CMYK | cmyk(2%, 10%, 0%, 5%) |
| LAB | lab(89.3 11.3 -9.7) |
| LCH | lch(89.3 14.8 319.3) |
| OKLCH | oklch(0.912 0.040 319.5) |
Copy-ready code
/* CSS */
color: #eedaf3;
background-color: #eedaf3;
/* Tailwind (arbitrary) */
class="text-[#eedaf3] bg-[#eedaf3]"
/* SCSS */
$brand: #eedaf3;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.953)
/* Android */
Color.parseColor("#eedaf3")Accessibility — WCAG contrast
Aa
#eedaf3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedaf3 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta10.3%
Yellow0.0%
Key (black)4.7%
Color previews
#eedaf3 text on a black background
contrast 15.96:1
Card sample
#eedaf3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedaf3;
Background color
Panel with #eedaf3 background
background-color: #eedaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedaf3; background: linear-gradient(135deg, #eedaf3, #F3DAE7);