#eedafb
a pale, electric violet · warm · closest name: lavender
RGB
238, 218, 251
HSL
276°, 81%, 92%
CMYK
5, 13, 0, 2
Luminance
0.7528
Every format
| HEX | #eedafb |
| RGB | rgb(238, 218, 251) |
| HSL | hsl(276, 81%, 92%) |
| CMYK | cmyk(5%, 13%, 0%, 2%) |
| LAB | lab(89.5 12.7 -13.6) |
| LCH | lch(89.5 18.6 313.2) |
| OKLCH | oklch(0.914 0.049 312.2) |
Copy-ready code
/* CSS */
color: #eedafb;
background-color: #eedafb;
/* Tailwind (arbitrary) */
class="text-[#eedafb] bg-[#eedafb]"
/* SCSS */
$brand: #eedafb;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#eedafb")Accessibility — WCAG contrast
Aa
#eedafb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedafb on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#eedafb text on a black background
contrast 16.06:1
Card sample
#eedafb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedafb;
Background color
Panel with #eedafb background
background-color: #eedafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedafb; background: linear-gradient(135deg, #eedafb, #FBDAF2);