#c007cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 7, 204
HSL
296°, 93%, 41%
CMYK
6, 97, 0, 20
Luminance
0.1572
Every format
| HEX | #c007cc |
| RGB | rgb(192, 7, 204) |
| HSL | hsl(296, 93%, 41%) |
| CMYK | cmyk(6%, 97%, 0%, 20%) |
| LAB | lab(46.6 80.5 -54.6) |
| LCH | lch(46.6 97.3 325.9) |
| OKLCH | oklch(0.576 0.267 325.1) |
Copy-ready code
/* CSS */
color: #c007cc;
background-color: #c007cc;
/* Tailwind (arbitrary) */
class="text-[#c007cc] bg-[#c007cc]"
/* SCSS */
$brand: #c007cc;
/* SwiftUI */
Color(red: 0.753, green: 0.027, blue: 0.800)
/* Android */
Color.parseColor("#c007cc")Accessibility — WCAG contrast
Aa
#c007cc on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c007cc on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green2.7%
Blue80.0%
CMYK percentages
Cyan5.9%
Magenta96.6%
Yellow0.0%
Key (black)20.0%
Color previews
#c007cc text on a black background
contrast 4.14:1
Card sample
#c007cc text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c007cc;
Background color
Panel with #c007cc background
background-color: #c007cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c007cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 7, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 7, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c007cc; background: linear-gradient(135deg, #c007cc, #CC0755);