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