#c007cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
192, 7, 207
HSL
296°, 94%, 42%
CMYK
7, 97, 0, 19
Luminance
0.1586
Every format
| HEX | #c007cf |
| RGB | rgb(192, 7, 207) |
| HSL | hsl(296, 94%, 42%) |
| CMYK | cmyk(7%, 97%, 0%, 19%) |
| LAB | lab(46.8 81.0 -56.0) |
| LCH | lch(46.8 98.5 325.3) |
| OKLCH | oklch(0.578 0.269 324.3) |
Copy-ready code
/* CSS */
color: #c007cf;
background-color: #c007cf;
/* Tailwind (arbitrary) */
class="text-[#c007cf] bg-[#c007cf]"
/* SCSS */
$brand: #c007cf;
/* SwiftUI */
Color(red: 0.753, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#c007cf")Accessibility — WCAG contrast
Aa
#c007cf on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c007cf on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green2.7%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c007cf text on a black background
contrast 4.17:1
Card sample
#c007cf text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c007cf;
Background color
Panel with #c007cf background
background-color: #c007cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c007cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c007cf; background: linear-gradient(135deg, #c007cf, #CF0759);