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