#eab2ab
a light, vivid red · warm · closest name: pink
RGB
234, 178, 171
HSL
7°, 60%, 79%
CMYK
0, 24, 27, 8
Luminance
0.5227
Every format
| HEX | #eab2ab |
| RGB | rgb(234, 178, 171) |
| HSL | hsl(7, 60%, 79%) |
| CMYK | cmyk(0%, 24%, 27%, 8%) |
| LAB | lab(77.5 19.4 11.5) |
| LCH | lch(77.5 22.5 30.7) |
| OKLCH | oklch(0.813 0.067 26.8) |
Copy-ready code
/* CSS */
color: #eab2ab;
background-color: #eab2ab;
/* Tailwind (arbitrary) */
class="text-[#eab2ab] bg-[#eab2ab]"
/* SCSS */
$brand: #eab2ab;
/* SwiftUI */
Color(red: 0.918, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#eab2ab")Accessibility — WCAG contrast
Aa
#eab2ab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab2ab on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow26.9%
Key (black)8.2%
Color previews
#eab2ab text on a black background
contrast 11.45:1
Card sample
#eab2ab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab2ab;
Background color
Panel with #eab2ab background
background-color: #eab2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab2ab; background: linear-gradient(135deg, #eab2ab, #EADCAB);