#eadade
a pale, soft red · warm · closest name: lavender
RGB
234, 218, 222
HSL
345°, 28%, 89%
CMYK
0, 7, 5, 8
Luminance
0.7291
Every format
| HEX | #eadade |
| RGB | rgb(234, 218, 222) |
| HSL | hsl(345, 28%, 89%) |
| CMYK | cmyk(0%, 7%, 5%, 8%) |
| LAB | lab(88.4 6.2 0.0) |
| LCH | lch(88.4 6.2 0.2) |
| OKLCH | oklch(0.902 0.018 0.4) |
Copy-ready code
/* CSS */
color: #eadade;
background-color: #eadade;
/* Tailwind (arbitrary) */
class="text-[#eadade] bg-[#eadade]"
/* SCSS */
$brand: #eadade;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#eadade")Accessibility — WCAG contrast
Aa
#eadade on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadade on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow5.1%
Key (black)8.2%
Color previews
#eadade text on a black background
contrast 15.58:1
Card sample
#eadade text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadade;
Background color
Panel with #eadade background
background-color: #eadade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadade; background: linear-gradient(135deg, #eadade, #EAE1DA);