#c80e6f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 14, 111
HSL
329°, 87%, 42%
CMYK
0, 93, 45, 22
Luminance
0.1374
Every format
| HEX | #c80e6f |
| RGB | rgb(200, 14, 111) |
| HSL | hsl(329, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 45%, 22%) |
| LAB | lab(43.9 70.0 -2.9) |
| LCH | lch(43.9 70.1 357.6) |
| OKLCH | oklch(0.545 0.216 358.2) |
Copy-ready code
/* CSS */
color: #c80e6f;
background-color: #c80e6f;
/* Tailwind (arbitrary) */
class="text-[#c80e6f] bg-[#c80e6f]"
/* SCSS */
$brand: #c80e6f;
/* SwiftUI */
Color(red: 0.784, green: 0.055, blue: 0.435)
/* Android */
Color.parseColor("#c80e6f")Accessibility — WCAG contrast
Aa
#c80e6f on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80e6f on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow44.5%
Key (black)21.6%
Color previews
#c80e6f text on a black background
contrast 3.75:1
Card sample
#c80e6f text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80e6f;
Background color
Panel with #c80e6f background
background-color: #c80e6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80e6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 14, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 14, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80e6f; background: linear-gradient(135deg, #c80e6f, #C8290E);