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