#ee11c6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 17, 198
HSL
311°, 87%, 50%
CMYK
0, 93, 17, 7
Luminance
0.2266
Every format
| HEX | #ee11c6 |
| RGB | rgb(238, 17, 198) |
| HSL | hsl(311, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 17%, 7%) |
| LAB | lab(54.7 86.8 -37.7) |
| LCH | lch(54.7 94.6 336.5) |
| OKLCH | oklch(0.647 0.278 338.3) |
Copy-ready code
/* CSS */
color: #ee11c6;
background-color: #ee11c6;
/* Tailwind (arbitrary) */
class="text-[#ee11c6] bg-[#ee11c6]"
/* SCSS */
$brand: #ee11c6;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 0.776)
/* Android */
Color.parseColor("#ee11c6")Accessibility — WCAG contrast
Aa
#ee11c6 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee11c6 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow16.8%
Key (black)6.7%
Color previews
#ee11c6 text on a black background
contrast 5.53:1
Card sample
#ee11c6 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee11c6;
Background color
Panel with #ee11c6 background
background-color: #ee11c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee11c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee11c6; background: linear-gradient(135deg, #ee11c6, #EE1132);