#e5a2ab
a light, vivid red · warm · closest name: pink
RGB
229, 162, 171
HSL
352°, 56%, 77%
CMYK
0, 29, 25, 10
Luminance
0.4544
Every format
| HEX | #e5a2ab |
| RGB | rgb(229, 162, 171) |
| HSL | hsl(352, 56%, 77%) |
| CMYK | cmyk(0%, 29%, 25%, 10%) |
| LAB | lab(73.2 26.1 5.3) |
| LCH | lch(73.2 26.6 11.5) |
| OKLCH | oklch(0.779 0.080 10.2) |
Copy-ready code
/* CSS */
color: #e5a2ab;
background-color: #e5a2ab;
/* Tailwind (arbitrary) */
class="text-[#e5a2ab] bg-[#e5a2ab]"
/* SCSS */
$brand: #e5a2ab;
/* SwiftUI */
Color(red: 0.898, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#e5a2ab")Accessibility — WCAG contrast
Aa
#e5a2ab on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5a2ab on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow25.3%
Key (black)10.2%
Color previews
#e5a2ab text on a black background
contrast 10.09:1
Card sample
#e5a2ab text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5a2ab;
Background color
Panel with #e5a2ab background
background-color: #e5a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5a2ab; background: linear-gradient(135deg, #e5a2ab, #E5C6A2);