#eeabc2
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 171, 194
HSL
339°, 66%, 80%
CMYK
0, 28, 19, 7
Luminance
0.5120
Every format
| HEX | #eeabc2 |
| RGB | rgb(238, 171, 194) |
| HSL | hsl(339, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 19%, 7%) |
| LAB | lab(76.8 27.9 -1.9) |
| LCH | lch(76.8 27.9 356.1) |
| OKLCH | oklch(0.811 0.084 356.8) |
Copy-ready code
/* CSS */
color: #eeabc2;
background-color: #eeabc2;
/* Tailwind (arbitrary) */
class="text-[#eeabc2] bg-[#eeabc2]"
/* SCSS */
$brand: #eeabc2;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.761)
/* Android */
Color.parseColor("#eeabc2")Accessibility — WCAG contrast
Aa
#eeabc2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabc2 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow18.5%
Key (black)6.7%
Color previews
#eeabc2 text on a black background
contrast 11.24:1
Card sample
#eeabc2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabc2;
Background color
Panel with #eeabc2 background
background-color: #eeabc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabc2; background: linear-gradient(135deg, #eeabc2, #EEC1AB);