#eeabdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 171, 223
HSL
313°, 66%, 80%
CMYK
0, 28, 6, 7
Luminance
0.5263
Every format
| HEX | #eeabdf |
| RGB | rgb(238, 171, 223) |
| HSL | hsl(313, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 6%, 7%) |
| LAB | lab(77.7 32.6 -16.4) |
| LCH | lch(77.7 36.5 333.3) |
| OKLCH | oklch(0.820 0.103 334.7) |
Copy-ready code
/* CSS */
color: #eeabdf;
background-color: #eeabdf;
/* Tailwind (arbitrary) */
class="text-[#eeabdf] bg-[#eeabdf]"
/* SCSS */
$brand: #eeabdf;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#eeabdf")Accessibility — WCAG contrast
Aa
#eeabdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabdf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow6.3%
Key (black)6.7%
Color previews
#eeabdf text on a black background
contrast 11.53:1
Card sample
#eeabdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabdf;
Background color
Panel with #eeabdf background
background-color: #eeabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabdf; background: linear-gradient(135deg, #eeabdf, #EEABB2);