#eadafb
a pale, electric violet · warm · closest name: lavender
RGB
234, 218, 251
HSL
269°, 81%, 92%
CMYK
7, 13, 0, 2
Luminance
0.7460
Every format
| HEX | #eadafb |
| RGB | rgb(234, 218, 251) |
| HSL | hsl(269, 81%, 92%) |
| CMYK | cmyk(7%, 13%, 0%, 2%) |
| LAB | lab(89.2 11.4 -14.1) |
| LCH | lch(89.2 18.1 309.2) |
| OKLCH | oklch(0.911 0.048 307.2) |
Copy-ready code
/* CSS */
color: #eadafb;
background-color: #eadafb;
/* Tailwind (arbitrary) */
class="text-[#eadafb] bg-[#eadafb]"
/* SCSS */
$brand: #eadafb;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#eadafb")Accessibility — WCAG contrast
Aa
#eadafb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadafb on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue98.4%
CMYK percentages
Cyan6.8%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#eadafb text on a black background
contrast 15.92:1
Card sample
#eadafb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadafb;
Background color
Panel with #eadafb background
background-color: #eadafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadafb; background: linear-gradient(135deg, #eadafb, #FBDAF6);