#ee91d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 145, 212
HSL
317°, 73%, 75%
CMYK
0, 39, 11, 7
Luminance
0.4318
Every format
| HEX | #ee91d4 |
| RGB | rgb(238, 145, 212) |
| HSL | hsl(317, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 11%, 7%) |
| LAB | lab(71.7 44.4 -19.4) |
| LCH | lch(71.7 48.5 336.3) |
| OKLCH | oklch(0.773 0.139 338.0) |
Copy-ready code
/* CSS */
color: #ee91d4;
background-color: #ee91d4;
/* Tailwind (arbitrary) */
class="text-[#ee91d4] bg-[#ee91d4]"
/* SCSS */
$brand: #ee91d4;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.831)
/* Android */
Color.parseColor("#ee91d4")Accessibility — WCAG contrast
Aa
#ee91d4 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91d4 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow10.9%
Key (black)6.7%
Color previews
#ee91d4 text on a black background
contrast 9.64:1
Card sample
#ee91d4 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91d4;
Background color
Panel with #ee91d4 background
background-color: #ee91d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91d4; background: linear-gradient(135deg, #ee91d4, #EE9196);