#ee91cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 145, 207
HSL
320°, 73%, 75%
CMYK
0, 39, 13, 7
Luminance
0.4293
Every format
| HEX | #ee91cf |
| RGB | rgb(238, 145, 207) |
| HSL | hsl(320, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 13%, 7%) |
| LAB | lab(71.5 43.6 -16.9) |
| LCH | lch(71.5 46.7 338.8) |
| OKLCH | oklch(0.772 0.135 340.5) |
Copy-ready code
/* CSS */
color: #ee91cf;
background-color: #ee91cf;
/* Tailwind (arbitrary) */
class="text-[#ee91cf] bg-[#ee91cf]"
/* SCSS */
$brand: #ee91cf;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.812)
/* Android */
Color.parseColor("#ee91cf")Accessibility — WCAG contrast
Aa
#ee91cf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91cf on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow13.0%
Key (black)6.7%
Color previews
#ee91cf text on a black background
contrast 9.59:1
Card sample
#ee91cf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91cf;
Background color
Panel with #ee91cf background
background-color: #ee91cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91cf; background: linear-gradient(135deg, #ee91cf, #EE9191);