#c80452
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 4, 82
HSL
336°, 96%, 40%
CMYK
0, 98, 59, 22
Luminance
0.1298
Every format
| HEX | #c80452 |
| RGB | rgb(200, 4, 82) |
| HSL | hsl(336, 96%, 40%) |
| CMYK | cmyk(0%, 98%, 59%, 22%) |
| LAB | lab(42.7 68.8 13.7) |
| LCH | lch(42.7 70.2 11.2) |
| OKLCH | oklch(0.534 0.212 9.3) |
Copy-ready code
/* CSS */
color: #c80452;
background-color: #c80452;
/* Tailwind (arbitrary) */
class="text-[#c80452] bg-[#c80452]"
/* SCSS */
$brand: #c80452;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.322)
/* Android */
Color.parseColor("#c80452")Accessibility — WCAG contrast
Aa
#c80452 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80452 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow59.0%
Key (black)21.6%
Color previews
#c80452 text on a black background
contrast 3.60:1
Card sample
#c80452 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80452;
Background color
Panel with #c80452 background
background-color: #c80452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80452; background: linear-gradient(135deg, #c80452, #C83904);