#e8aab9
a light, vivid red · warm · closest name: pink
RGB
232, 170, 185
HSL
346°, 57%, 79%
CMYK
0, 27, 20, 9
Luminance
0.4941
Every format
| HEX | #e8aab9 |
| RGB | rgb(232, 170, 185) |
| HSL | hsl(346, 57%, 79%) |
| CMYK | cmyk(0%, 27%, 20%, 9%) |
| LAB | lab(75.7 24.9 1.3) |
| LCH | lch(75.7 24.9 3.1) |
| OKLCH | oklch(0.800 0.075 2.9) |
Copy-ready code
/* CSS */
color: #e8aab9;
background-color: #e8aab9;
/* Tailwind (arbitrary) */
class="text-[#e8aab9] bg-[#e8aab9]"
/* SCSS */
$brand: #e8aab9;
/* SwiftUI */
Color(red: 0.910, green: 0.667, blue: 0.725)
/* Android */
Color.parseColor("#e8aab9")Accessibility — WCAG contrast
Aa
#e8aab9 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8aab9 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green66.7%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow20.3%
Key (black)9.0%
Color previews
#e8aab9 text on a black background
contrast 10.88:1
Card sample
#e8aab9 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8aab9;
Background color
Panel with #e8aab9 background
background-color: #e8aab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8aab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 170, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 170, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8aab9; background: linear-gradient(135deg, #e8aab9, #E8C4AA);