#e8aab1
a light, vivid red · warm · closest name: pink
RGB
232, 170, 177
HSL
353°, 57%, 79%
CMYK
0, 27, 24, 9
Luminance
0.4908
Every format
| HEX | #e8aab1 |
| RGB | rgb(232, 170, 177) |
| HSL | hsl(353, 57%, 79%) |
| CMYK | cmyk(0%, 27%, 24%, 9%) |
| LAB | lab(75.5 23.7 5.4) |
| LCH | lch(75.5 24.3 12.8) |
| OKLCH | oklch(0.798 0.073 11.4) |
Copy-ready code
/* CSS */
color: #e8aab1;
background-color: #e8aab1;
/* Tailwind (arbitrary) */
class="text-[#e8aab1] bg-[#e8aab1]"
/* SCSS */
$brand: #e8aab1;
/* SwiftUI */
Color(red: 0.910, green: 0.667, blue: 0.694)
/* Android */
Color.parseColor("#e8aab1")Accessibility — WCAG contrast
Aa
#e8aab1 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8aab1 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green66.7%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow23.7%
Key (black)9.0%
Color previews
#e8aab1 text on a black background
contrast 10.82:1
Card sample
#e8aab1 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8aab1;
Background color
Panel with #e8aab1 background
background-color: #e8aab1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8aab1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 170, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 170, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8aab1; background: linear-gradient(135deg, #e8aab1, #E8CCAA);