#c80cad
a dark, electric magenta / pink · warm · closest name: purple
RGB
200, 12, 173
HSL
309°, 89%, 42%
CMYK
0, 94, 14, 22
Luminance
0.1556
Every format
| HEX | #c80cad |
| RGB | rgb(200, 12, 173) |
| HSL | hsl(309, 89%, 42%) |
| CMYK | cmyk(0%, 94%, 14%, 22%) |
| LAB | lab(46.4 77.0 -36.7) |
| LCH | lch(46.4 85.3 334.5) |
| OKLCH | oklch(0.571 0.248 336.1) |
Copy-ready code
/* CSS */
color: #c80cad;
background-color: #c80cad;
/* Tailwind (arbitrary) */
class="text-[#c80cad] bg-[#c80cad]"
/* SCSS */
$brand: #c80cad;
/* SwiftUI */
Color(red: 0.784, green: 0.047, blue: 0.678)
/* Android */
Color.parseColor("#c80cad")Accessibility — WCAG contrast
Aa
#c80cad on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80cad on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green4.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow13.5%
Key (black)21.6%
Color previews
#c80cad text on a black background
contrast 4.11:1
Card sample
#c80cad text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80cad;
Background color
Panel with #c80cad background
background-color: #c80cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 12, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 12, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80cad; background: linear-gradient(135deg, #c80cad, #C80C30);