#eeaac1
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 170, 193
HSL
340°, 67%, 80%
CMYK
0, 29, 19, 7
Luminance
0.5078
Every format
| HEX | #eeaac1 |
| RGB | rgb(238, 170, 193) |
| HSL | hsl(340, 67%, 80%) |
| CMYK | cmyk(0%, 29%, 19%, 7%) |
| LAB | lab(76.5 28.3 -1.7) |
| LCH | lch(76.5 28.3 356.5) |
| OKLCH | oklch(0.809 0.085 357.2) |
Copy-ready code
/* CSS */
color: #eeaac1;
background-color: #eeaac1;
/* Tailwind (arbitrary) */
class="text-[#eeaac1] bg-[#eeaac1]"
/* SCSS */
$brand: #eeaac1;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.757)
/* Android */
Color.parseColor("#eeaac1")Accessibility — WCAG contrast
Aa
#eeaac1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaac1 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow18.9%
Key (black)6.7%
Color previews
#eeaac1 text on a black background
contrast 11.16:1
Card sample
#eeaac1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaac1;
Background color
Panel with #eeaac1 background
background-color: #eeaac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaac1; background: linear-gradient(135deg, #eeaac1, #EEC0AA);