#e2abb1
a light, vivid red · warm · closest name: pink
RGB
226, 171, 177
HSL
354°, 49%, 78%
CMYK
0, 24, 22, 11
Luminance
0.4847
Every format
| HEX | #e2abb1 |
| RGB | rgb(226, 171, 177) |
| HSL | hsl(354, 49%, 78%) |
| CMYK | cmyk(0%, 24%, 22%, 11%) |
| LAB | lab(75.1 21.0 4.8) |
| LCH | lch(75.1 21.5 12.8) |
| OKLCH | oklch(0.793 0.065 11.4) |
Copy-ready code
/* CSS */
color: #e2abb1;
background-color: #e2abb1;
/* Tailwind (arbitrary) */
class="text-[#e2abb1] bg-[#e2abb1]"
/* SCSS */
$brand: #e2abb1;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.694)
/* Android */
Color.parseColor("#e2abb1")Accessibility — WCAG contrast
Aa
#e2abb1 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abb1 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow21.7%
Key (black)11.4%
Color previews
#e2abb1 text on a black background
contrast 10.69:1
Card sample
#e2abb1 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abb1;
Background color
Panel with #e2abb1 background
background-color: #e2abb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abb1; background: linear-gradient(135deg, #e2abb1, #E2CAAB);