#e8a2ac
a light, vivid red · warm · closest name: pink
RGB
232, 162, 172
HSL
351°, 60%, 77%
CMYK
0, 30, 26, 9
Luminance
0.4598
Every format
| HEX | #e8a2ac |
| RGB | rgb(232, 162, 172) |
| HSL | hsl(351, 60%, 77%) |
| CMYK | cmyk(0%, 30%, 26%, 9%) |
| LAB | lab(73.5 27.3 5.3) |
| LCH | lch(73.5 27.8 11.0) |
| OKLCH | oklch(0.782 0.084 9.8) |
Copy-ready code
/* CSS */
color: #e8a2ac;
background-color: #e8a2ac;
/* Tailwind (arbitrary) */
class="text-[#e8a2ac] bg-[#e8a2ac]"
/* SCSS */
$brand: #e8a2ac;
/* SwiftUI */
Color(red: 0.910, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#e8a2ac")Accessibility — WCAG contrast
Aa
#e8a2ac on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8a2ac on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow25.9%
Key (black)9.0%
Color previews
#e8a2ac text on a black background
contrast 10.20:1
Card sample
#e8a2ac text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8a2ac;
Background color
Panel with #e8a2ac background
background-color: #e8a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8a2ac; background: linear-gradient(135deg, #e8a2ac, #E8C7A2);