#ee91dd
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 145, 221
HSL
311°, 73%, 75%
CMYK
0, 39, 7, 7
Luminance
0.4365
Every format
| HEX | #ee91dd |
| RGB | rgb(238, 145, 221) |
| HSL | hsl(311, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 7%, 7%) |
| LAB | lab(72.0 45.9 -23.9) |
| LCH | lch(72.0 51.7 332.5) |
| OKLCH | oklch(0.777 0.146 333.9) |
Copy-ready code
/* CSS */
color: #ee91dd;
background-color: #ee91dd;
/* Tailwind (arbitrary) */
class="text-[#ee91dd] bg-[#ee91dd]"
/* SCSS */
$brand: #ee91dd;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.867)
/* Android */
Color.parseColor("#ee91dd")Accessibility — WCAG contrast
Aa
#ee91dd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91dd on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow7.1%
Key (black)6.7%
Color previews
#ee91dd text on a black background
contrast 9.73:1
Card sample
#ee91dd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91dd;
Background color
Panel with #ee91dd background
background-color: #ee91dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91dd; background: linear-gradient(135deg, #ee91dd, #EE919F);