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