#eea2ab
a light, vivid red · warm · closest name: pink
RGB
238, 162, 171
HSL
353°, 69%, 78%
CMYK
0, 32, 28, 7
Luminance
0.4696
Every format
| HEX | #eea2ab |
| RGB | rgb(238, 162, 171) |
| HSL | hsl(353, 69%, 78%) |
| CMYK | cmyk(0%, 32%, 28%, 7%) |
| LAB | lab(74.2 29.4 6.9) |
| LCH | lch(74.2 30.1 13.2) |
| OKLCH | oklch(0.788 0.091 11.6) |
Copy-ready code
/* CSS */
color: #eea2ab;
background-color: #eea2ab;
/* Tailwind (arbitrary) */
class="text-[#eea2ab] bg-[#eea2ab]"
/* SCSS */
$brand: #eea2ab;
/* SwiftUI */
Color(red: 0.933, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#eea2ab")Accessibility — WCAG contrast
Aa
#eea2ab on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eea2ab on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow28.2%
Key (black)6.7%
Color previews
#eea2ab text on a black background
contrast 10.39:1
Card sample
#eea2ab text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eea2ab;
Background color
Panel with #eea2ab background
background-color: #eea2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eea2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eea2ab; background: linear-gradient(135deg, #eea2ab, #EECCA2);