#ee91e5
a light, vivid magenta / pink · warm · closest name: violet
RGB
238, 145, 229
HSL
306°, 73%, 75%
CMYK
0, 39, 4, 7
Luminance
0.4409
Every format
| HEX | #ee91e5 |
| RGB | rgb(238, 145, 229) |
| HSL | hsl(306, 73%, 75%) |
| CMYK | cmyk(0%, 39%, 4%, 7%) |
| LAB | lab(72.3 47.2 -27.9) |
| LCH | lch(72.3 54.9 329.5) |
| OKLCH | oklch(0.780 0.153 330.5) |
Copy-ready code
/* CSS */
color: #ee91e5;
background-color: #ee91e5;
/* Tailwind (arbitrary) */
class="text-[#ee91e5] bg-[#ee91e5]"
/* SCSS */
$brand: #ee91e5;
/* SwiftUI */
Color(red: 0.933, green: 0.569, blue: 0.898)
/* Android */
Color.parseColor("#ee91e5")Accessibility — WCAG contrast
Aa
#ee91e5 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee91e5 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green56.9%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow3.8%
Key (black)6.7%
Color previews
#ee91e5 text on a black background
contrast 9.82:1
Card sample
#ee91e5 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee91e5;
Background color
Panel with #ee91e5 background
background-color: #ee91e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee91e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 145, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 145, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee91e5; background: linear-gradient(135deg, #ee91e5, #EE91A7);