#c01cc6
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 28, 198
HSL
298°, 75%, 44%
CMYK
3, 86, 0, 22
Luminance
0.1611
Every format
| HEX | #c01cc6 |
| RGB | rgb(192, 28, 198) |
| HSL | hsl(298, 75%, 44%) |
| CMYK | cmyk(3%, 86%, 0%, 22%) |
| LAB | lab(47.1 77.0 -50.3) |
| LCH | lch(47.1 92.0 326.9) |
| OKLCH | oklch(0.578 0.254 326.5) |
Copy-ready code
/* CSS */
color: #c01cc6;
background-color: #c01cc6;
/* Tailwind (arbitrary) */
class="text-[#c01cc6] bg-[#c01cc6]"
/* SCSS */
$brand: #c01cc6;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.776)
/* Android */
Color.parseColor("#c01cc6")Accessibility — WCAG contrast
Aa
#c01cc6 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01cc6 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue77.6%
CMYK percentages
Cyan3.0%
Magenta85.9%
Yellow0.0%
Key (black)22.4%
Color previews
#c01cc6 text on a black background
contrast 4.22:1
Card sample
#c01cc6 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01cc6;
Background color
Panel with #c01cc6 background
background-color: #c01cc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01cc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01cc6; background: linear-gradient(135deg, #c01cc6, #C61C5B);