#e0a2ab
a light, vivid red · warm · closest name: pink
RGB
224, 162, 171
HSL
351°, 50%, 76%
CMYK
0, 28, 24, 12
Luminance
0.4463
Every format
| HEX | #e0a2ab |
| RGB | rgb(224, 162, 171) |
| HSL | hsl(351, 50%, 76%) |
| CMYK | cmyk(0%, 28%, 24%, 12%) |
| LAB | lab(72.7 24.2 4.5) |
| LCH | lch(72.7 24.6 10.5) |
| OKLCH | oklch(0.773 0.074 9.3) |
Copy-ready code
/* CSS */
color: #e0a2ab;
background-color: #e0a2ab;
/* Tailwind (arbitrary) */
class="text-[#e0a2ab] bg-[#e0a2ab]"
/* SCSS */
$brand: #e0a2ab;
/* SwiftUI */
Color(red: 0.878, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#e0a2ab")Accessibility — WCAG contrast
Aa
#e0a2ab on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0a2ab on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow23.7%
Key (black)12.2%
Color previews
#e0a2ab text on a black background
contrast 9.93:1
Card sample
#e0a2ab text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0a2ab;
Background color
Panel with #e0a2ab background
background-color: #e0a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0a2ab; background: linear-gradient(135deg, #e0a2ab, #E0C2A2);