#e4a2ac
a light, vivid red · warm · closest name: pink
RGB
228, 162, 172
HSL
351°, 55%, 77%
CMYK
0, 29, 25, 11
Luminance
0.4531
Every format
| HEX | #e4a2ac |
| RGB | rgb(228, 162, 172) |
| HSL | hsl(351, 55%, 77%) |
| CMYK | cmyk(0%, 29%, 25%, 11%) |
| LAB | lab(73.1 25.8 4.6) |
| LCH | lch(73.1 26.3 10.2) |
| OKLCH | oklch(0.778 0.079 9.0) |
Copy-ready code
/* CSS */
color: #e4a2ac;
background-color: #e4a2ac;
/* Tailwind (arbitrary) */
class="text-[#e4a2ac] bg-[#e4a2ac]"
/* SCSS */
$brand: #e4a2ac;
/* SwiftUI */
Color(red: 0.894, green: 0.635, blue: 0.675)
/* Android */
Color.parseColor("#e4a2ac")Accessibility — WCAG contrast
Aa
#e4a2ac on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a2ac on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green63.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow24.6%
Key (black)10.6%
Color previews
#e4a2ac text on a black background
contrast 10.06:1
Card sample
#e4a2ac text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a2ac;
Background color
Panel with #e4a2ac background
background-color: #e4a2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 162, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 162, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a2ac; background: linear-gradient(135deg, #e4a2ac, #E4C4A2);