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