#eadaf2
a pale, vivid violet · warm · closest name: lavender
RGB
234, 218, 242
HSL
280°, 48%, 90%
CMYK
3, 10, 0, 5
Luminance
0.7405
Every format
| HEX | #eadaf2 |
| RGB | rgb(234, 218, 242) |
| HSL | hsl(280, 48%, 90%) |
| CMYK | cmyk(3%, 10%, 0%, 5%) |
| LAB | lab(88.9 9.8 -9.7) |
| LCH | lch(88.9 13.8 315.1) |
| OKLCH | oklch(0.908 0.036 314.6) |
Copy-ready code
/* CSS */
color: #eadaf2;
background-color: #eadaf2;
/* Tailwind (arbitrary) */
class="text-[#eadaf2] bg-[#eadaf2]"
/* SCSS */
$brand: #eadaf2;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#eadaf2")Accessibility — WCAG contrast
Aa
#eadaf2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadaf2 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue94.9%
CMYK percentages
Cyan3.3%
Magenta9.9%
Yellow0.0%
Key (black)5.1%
Color previews
#eadaf2 text on a black background
contrast 15.81:1
Card sample
#eadaf2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadaf2;
Background color
Panel with #eadaf2 background
background-color: #eadaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadaf2; background: linear-gradient(135deg, #eadaf2, #F2DAEA);