#ee11cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 17, 207
HSL
308°, 87%, 50%
CMYK
0, 93, 13, 7
Luminance
0.2308
Every format
| HEX | #ee11cf |
| RGB | rgb(238, 17, 207) |
| HSL | hsl(308, 87%, 50%) |
| CMYK | cmyk(0%, 93%, 13%, 7%) |
| LAB | lab(55.2 87.9 -42.2) |
| LCH | lch(55.2 97.5 334.4) |
| OKLCH | oklch(0.652 0.283 335.9) |
Copy-ready code
/* CSS */
color: #ee11cf;
background-color: #ee11cf;
/* Tailwind (arbitrary) */
class="text-[#ee11cf] bg-[#ee11cf]"
/* SCSS */
$brand: #ee11cf;
/* SwiftUI */
Color(red: 0.933, green: 0.067, blue: 0.812)
/* Android */
Color.parseColor("#ee11cf")Accessibility — WCAG contrast
Aa
#ee11cf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee11cf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green6.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow13.0%
Key (black)6.7%
Color previews
#ee11cf text on a black background
contrast 5.62:1
Card sample
#ee11cf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee11cf;
Background color
Panel with #ee11cf background
background-color: #ee11cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee11cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 17, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 17, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee11cf; background: linear-gradient(135deg, #ee11cf, #EE113C);