#eeaad7
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 170, 215
HSL
320°, 67%, 80%
CMYK
0, 29, 10, 7
Luminance
0.5183
Every format
| HEX | #eeaad7 |
| RGB | rgb(238, 170, 215) |
| HSL | hsl(320, 67%, 80%) |
| CMYK | cmyk(0%, 29%, 10%, 7%) |
| LAB | lab(77.2 31.8 -12.8) |
| LCH | lch(77.2 34.2 338.1) |
| OKLCH | oklch(0.816 0.098 339.8) |
Copy-ready code
/* CSS */
color: #eeaad7;
background-color: #eeaad7;
/* Tailwind (arbitrary) */
class="text-[#eeaad7] bg-[#eeaad7]"
/* SCSS */
$brand: #eeaad7;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.843)
/* Android */
Color.parseColor("#eeaad7")Accessibility — WCAG contrast
Aa
#eeaad7 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaad7 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow9.7%
Key (black)6.7%
Color previews
#eeaad7 text on a black background
contrast 11.37:1
Card sample
#eeaad7 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaad7;
Background color
Panel with #eeaad7 background
background-color: #eeaad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaad7; background: linear-gradient(135deg, #eeaad7, #EEAAAA);