#eeabcf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 171, 207
HSL
328°, 66%, 80%
CMYK
0, 28, 13, 7
Luminance
0.5181
Every format
| HEX | #eeabcf |
| RGB | rgb(238, 171, 207) |
| HSL | hsl(328, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 13%, 7%) |
| LAB | lab(77.2 29.9 -8.5) |
| LCH | lch(77.2 31.1 344.2) |
| OKLCH | oklch(0.815 0.091 345.8) |
Copy-ready code
/* CSS */
color: #eeabcf;
background-color: #eeabcf;
/* Tailwind (arbitrary) */
class="text-[#eeabcf] bg-[#eeabcf]"
/* SCSS */
$brand: #eeabcf;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#eeabcf")Accessibility — WCAG contrast
Aa
#eeabcf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabcf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow13.0%
Key (black)6.7%
Color previews
#eeabcf text on a black background
contrast 11.36:1
Card sample
#eeabcf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabcf;
Background color
Panel with #eeabcf background
background-color: #eeabcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabcf; background: linear-gradient(135deg, #eeabcf, #EEB4AB);