#e2a2ac
a light, vivid red · warm · closest name: pink
RGB
226, 162, 172
HSL
351°, 53%, 76%
CMYK
0, 28, 24, 11
Luminance
0.4499
Every format
| HEX | #e2a2ac |
| RGB | rgb(226, 162, 172) |
| HSL | hsl(351, 53%, 76%) |
| CMYK | cmyk(0%, 28%, 24%, 11%) |
| LAB | lab(72.9 25.1 4.3) |
| LCH | lch(72.9 25.5 9.7) |
| OKLCH | oklch(0.776 0.077 8.7) |
Copy-ready code
/* CSS */
color: #e2a2ac;
background-color: #e2a2ac;
/* Tailwind (arbitrary) */
class="text-[#e2a2ac] bg-[#e2a2ac]"
/* SCSS */
$brand: #e2a2ac;
/* SwiftUI */
Color(red: 0.886, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#e2a2ac")Accessibility — WCAG contrast
Aa
#e2a2ac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2a2ac on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow23.9%
Key (black)11.4%
Color previews
#e2a2ac text on a black background
contrast 10.00:1
Card sample
#e2a2ac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2a2ac;
Background color
Panel with #e2a2ac background
background-color: #e2a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2a2ac; background: linear-gradient(135deg, #e2a2ac, #E2C3A2);