#e9a2ab
a light, vivid red · warm · closest name: pink
RGB
233, 162, 171
HSL
352°, 62%, 78%
CMYK
0, 31, 27, 9
Luminance
0.4610
Every format
| HEX | #e9a2ab |
| RGB | rgb(233, 162, 171) |
| HSL | hsl(352, 62%, 78%) |
| CMYK | cmyk(0%, 31%, 27%, 9%) |
| LAB | lab(73.6 27.5 6.0) |
| LCH | lch(73.6 28.2 12.3) |
| OKLCH | oklch(0.783 0.085 10.8) |
Copy-ready code
/* CSS */
color: #e9a2ab;
background-color: #e9a2ab;
/* Tailwind (arbitrary) */
class="text-[#e9a2ab] bg-[#e9a2ab]"
/* SCSS */
$brand: #e9a2ab;
/* SwiftUI */
Color(red: 0.914, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#e9a2ab")Accessibility — WCAG contrast
Aa
#e9a2ab on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9a2ab on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow26.6%
Key (black)8.6%
Color previews
#e9a2ab text on a black background
contrast 10.22:1
Card sample
#e9a2ab text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9a2ab;
Background color
Panel with #e9a2ab background
background-color: #e9a2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9a2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9a2ab; background: linear-gradient(135deg, #e9a2ab, #E9C8A2);