#c010cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 16, 207
HSL
295°, 86%, 44%
CMYK
7, 92, 0, 19
Luminance
0.1608
Every format
| HEX | #c010cf |
| RGB | rgb(192, 16, 207) |
| HSL | hsl(295, 86%, 44%) |
| CMYK | cmyk(7%, 92%, 0%, 19%) |
| LAB | lab(47.1 80.2 -55.5) |
| LCH | lch(47.1 97.5 325.3) |
| OKLCH | oklch(0.580 0.266 324.2) |
Copy-ready code
/* CSS */
color: #c010cf;
background-color: #c010cf;
/* Tailwind (arbitrary) */
class="text-[#c010cf] bg-[#c010cf]"
/* SCSS */
$brand: #c010cf;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#c010cf")Accessibility — WCAG contrast
Aa
#c010cf on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c010cf on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c010cf text on a black background
contrast 4.22:1
Card sample
#c010cf text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c010cf;
Background color
Panel with #c010cf background
background-color: #c010cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c010cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c010cf; background: linear-gradient(135deg, #c010cf, #CF105F);