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