#c2007f
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 0, 127
HSL
321°, 100%, 38%
CMYK
0, 100, 35, 24
Luminance
0.1300
Every format
| HEX | #c2007f |
| RGB | rgb(194, 0, 127) |
| HSL | hsl(321, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 35%, 24%) |
| LAB | lab(42.8 71.6 -14.6) |
| LCH | lch(42.8 73.1 348.5) |
| OKLCH | oklch(0.536 0.224 350.2) |
Copy-ready code
/* CSS */
color: #c2007f;
background-color: #c2007f;
/* Tailwind (arbitrary) */
class="text-[#c2007f] bg-[#c2007f]"
/* SCSS */
$brand: #c2007f;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.498)
/* Android */
Color.parseColor("#c2007f")Accessibility — WCAG contrast
Aa
#c2007f on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2007f on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow34.5%
Key (black)23.9%
Color previews
#c2007f text on a black background
contrast 3.60:1
Card sample
#c2007f text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2007f;
Background color
Panel with #c2007f background
background-color: #c2007f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2007f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2007f; background: linear-gradient(135deg, #c2007f, #C20200);