#eeaadd
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 170, 221
HSL
315°, 67%, 80%
CMYK
0, 29, 7, 7
Luminance
0.5215
Every format
| HEX | #eeaadd |
| RGB | rgb(238, 170, 221) |
| HSL | hsl(315, 67%, 80%) |
| CMYK | cmyk(0%, 29%, 7%, 7%) |
| LAB | lab(77.4 32.8 -15.8) |
| LCH | lch(77.4 36.4 334.3) |
| OKLCH | oklch(0.818 0.103 335.9) |
Copy-ready code
/* CSS */
color: #eeaadd;
background-color: #eeaadd;
/* Tailwind (arbitrary) */
class="text-[#eeaadd] bg-[#eeaadd]"
/* SCSS */
$brand: #eeaadd;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.867)
/* Android */
Color.parseColor("#eeaadd")Accessibility — WCAG contrast
Aa
#eeaadd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaadd on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow7.1%
Key (black)6.7%
Color previews
#eeaadd text on a black background
contrast 11.43:1
Card sample
#eeaadd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaadd;
Background color
Panel with #eeaadd background
background-color: #eeaadd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaadd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaadd; background: linear-gradient(135deg, #eeaadd, #EEAAB0);