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