#c2007c
a dark, electric magenta / pink · warm · closest name: purple
RGB
194, 0, 124
HSL
322°, 100%, 38%
CMYK
0, 100, 36, 24
Luminance
0.1292
Every format
| HEX | #c2007c |
| RGB | rgb(194, 0, 124) |
| HSL | hsl(322, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 36%, 24%) |
| LAB | lab(42.6 71.3 -12.9) |
| LCH | lch(42.6 72.5 349.7) |
| OKLCH | oklch(0.535 0.222 351.3) |
Copy-ready code
/* CSS */
color: #c2007c;
background-color: #c2007c;
/* Tailwind (arbitrary) */
class="text-[#c2007c] bg-[#c2007c]"
/* SCSS */
$brand: #c2007c;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.486)
/* Android */
Color.parseColor("#c2007c")Accessibility — WCAG contrast
Aa
#c2007c on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2007c on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow36.1%
Key (black)23.9%
Color previews
#c2007c text on a black background
contrast 3.58:1
Card sample
#c2007c text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2007c;
Background color
Panel with #c2007c background
background-color: #c2007c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2007c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2007c; background: linear-gradient(135deg, #c2007c, #C20500);