#eab2cd
a light, vivid magenta / pink · warm · closest name: pink
RGB
234, 178, 205
HSL
331°, 57%, 81%
CMYK
0, 24, 12, 8
Luminance
0.5374
Every format
| HEX | #eab2cd |
| RGB | rgb(234, 178, 205) |
| HSL | hsl(331, 57%, 81%) |
| CMYK | cmyk(0%, 24%, 12%, 8%) |
| LAB | lab(78.3 24.5 -5.7) |
| LCH | lch(78.3 25.1 346.8) |
| OKLCH | oklch(0.823 0.073 348.3) |
Copy-ready code
/* CSS */
color: #eab2cd;
background-color: #eab2cd;
/* Tailwind (arbitrary) */
class="text-[#eab2cd] bg-[#eab2cd]"
/* SCSS */
$brand: #eab2cd;
/* SwiftUI */
Color(red: 0.918, green: 0.698, blue: 0.804)
/* Android */
Color.parseColor("#eab2cd")Accessibility — WCAG contrast
Aa
#eab2cd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab2cd on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow12.4%
Key (black)8.2%
Color previews
#eab2cd text on a black background
contrast 11.75:1
Card sample
#eab2cd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab2cd;
Background color
Panel with #eab2cd background
background-color: #eab2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 178, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 178, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab2cd; background: linear-gradient(135deg, #eab2cd, #EABCB2);