#c80eb2
a dark, electric magenta / pink · warm · closest name: purple
RGB
200, 14, 178
HSL
307°, 87%, 42%
CMYK
0, 93, 11, 22
Luminance
0.1581
Every format
| HEX | #c80eb2 |
| RGB | rgb(200, 14, 178) |
| HSL | hsl(307, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 11%, 22%) |
| LAB | lab(46.7 77.5 -39.1) |
| LCH | lch(46.7 86.8 333.2) |
| OKLCH | oklch(0.574 0.251 334.6) |
Copy-ready code
/* CSS */
color: #c80eb2;
background-color: #c80eb2;
/* Tailwind (arbitrary) */
class="text-[#c80eb2] bg-[#c80eb2]"
/* SCSS */
$brand: #c80eb2;
/* SwiftUI */
Color(red: 0.784, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#c80eb2")Accessibility — WCAG contrast
Aa
#c80eb2 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80eb2 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow11.0%
Key (black)21.6%
Color previews
#c80eb2 text on a black background
contrast 4.16:1
Card sample
#c80eb2 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80eb2;
Background color
Panel with #c80eb2 background
background-color: #c80eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80eb2; background: linear-gradient(135deg, #c80eb2, #C80E36);