#e7a2ab
a light, vivid red · warm · closest name: pink
RGB
231, 162, 171
HSL
352°, 59%, 77%
CMYK
0, 30, 26, 9
Luminance
0.4577
Every format
| HEX | #e7a2ab |
| RGB | rgb(231, 162, 171) |
| HSL | hsl(352, 59%, 77%) |
| CMYK | cmyk(0%, 30%, 26%, 9%) |
| LAB | lab(73.4 26.8 5.7) |
| LCH | lch(73.4 27.4 11.9) |
| OKLCH | oklch(0.781 0.083 10.5) |
Copy-ready code
/* CSS */
color: #e7a2ab;
background-color: #e7a2ab;
/* Tailwind (arbitrary) */
class="text-[#e7a2ab] bg-[#e7a2ab]"
/* SCSS */
$brand: #e7a2ab;
/* SwiftUI */
Color(red: 0.906, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#e7a2ab")Accessibility — WCAG contrast
Aa
#e7a2ab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7a2ab on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow26.0%
Key (black)9.4%
Color previews
#e7a2ab text on a black background
contrast 10.15:1
Card sample
#e7a2ab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7a2ab;
Background color
Panel with #e7a2ab background
background-color: #e7a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7a2ab; background: linear-gradient(135deg, #e7a2ab, #E7C7A2);