#eabade
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 186, 222
HSL
315°, 53%, 82%
CMYK
0, 21, 5, 8
Luminance
0.5788
Every format
| HEX | #eabade |
| RGB | rgb(234, 186, 222) |
| HSL | hsl(315, 53%, 82%) |
| CMYK | cmyk(0%, 21%, 5%, 8%) |
| LAB | lab(80.7 23.1 -11.4) |
| LCH | lch(80.7 25.7 333.7) |
| OKLCH | oklch(0.842 0.072 335.3) |
Copy-ready code
/* CSS */
color: #eabade;
background-color: #eabade;
/* Tailwind (arbitrary) */
class="text-[#eabade] bg-[#eabade]"
/* SCSS */
$brand: #eabade;
/* SwiftUI */
Color(red: 0.918, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#eabade")Accessibility — WCAG contrast
Aa
#eabade on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabade on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow5.1%
Key (black)8.2%
Color previews
#eabade text on a black background
contrast 12.58:1
Card sample
#eabade text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabade;
Background color
Panel with #eabade background
background-color: #eabade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabade; background: linear-gradient(135deg, #eabade, #EABABE);