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