#eadef1
a pale, soft violet · warm · closest name: lavender
RGB
234, 222, 241
HSL
278°, 40%, 91%
CMYK
3, 8, 0, 6
Luminance
0.7609
Every format
| HEX | #eadef1 |
| RGB | rgb(234, 222, 241) |
| HSL | hsl(278, 40%, 91%) |
| CMYK | cmyk(3%, 8%, 0%, 6%) |
| LAB | lab(89.9 7.5 -7.8) |
| LCH | lch(89.9 10.8 313.8) |
| OKLCH | oklch(0.916 0.029 313.3) |
Copy-ready code
/* CSS */
color: #eadef1;
background-color: #eadef1;
/* Tailwind (arbitrary) */
class="text-[#eadef1] bg-[#eadef1]"
/* SCSS */
$brand: #eadef1;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#eadef1")Accessibility — WCAG contrast
Aa
#eadef1 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadef1 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue94.5%
CMYK percentages
Cyan2.9%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#eadef1 text on a black background
contrast 16.22:1
Card sample
#eadef1 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadef1;
Background color
Panel with #eadef1 background
background-color: #eadef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadef1; background: linear-gradient(135deg, #eadef1, #F1DEEB);