#c011e3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
192, 17, 227
HSL
290°, 86%, 48%
CMYK
15, 93, 0, 11
Luminance
0.1715
Every format
| HEX | #c011e3 |
| RGB | rgb(192, 17, 227) |
| HSL | hsl(290, 86%, 48%) |
| CMYK | cmyk(15%, 93%, 0%, 11%) |
| LAB | lab(48.5 83.3 -64.8) |
| LCH | lch(48.5 105.5 322.1) |
| OKLCH | oklch(0.594 0.280 319.2) |
Copy-ready code
/* CSS */
color: #c011e3;
background-color: #c011e3;
/* Tailwind (arbitrary) */
class="text-[#c011e3] bg-[#c011e3]"
/* SCSS */
$brand: #c011e3;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.890)
/* Android */
Color.parseColor("#c011e3")Accessibility — WCAG contrast
Aa
#c011e3 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c011e3 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue89.0%
CMYK percentages
Cyan15.4%
Magenta92.5%
Yellow0.0%
Key (black)11.0%
Color previews
#c011e3 text on a black background
contrast 4.43:1
Card sample
#c011e3 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c011e3;
Background color
Panel with #c011e3 background
background-color: #c011e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c011e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c011e3; background: linear-gradient(135deg, #c011e3, #E3117A);