#c8043c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 4, 60
HSL
343°, 96%, 40%
CMYK
0, 98, 70, 22
Luminance
0.1269
Every format
| HEX | #c8043c |
| RGB | rgb(200, 4, 60) |
| HSL | hsl(343, 96%, 40%) |
| CMYK | cmyk(0%, 98%, 70%, 22%) |
| LAB | lab(42.3 67.7 26.9) |
| LCH | lch(42.3 72.8 21.7) |
| OKLCH | oklch(0.529 0.210 17.3) |
Copy-ready code
/* CSS */
color: #c8043c;
background-color: #c8043c;
/* Tailwind (arbitrary) */
class="text-[#c8043c] bg-[#c8043c]"
/* SCSS */
$brand: #c8043c;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.235)
/* Android */
Color.parseColor("#c8043c")Accessibility — WCAG contrast
Aa
#c8043c on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8043c on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow70.0%
Key (black)21.6%
Color previews
#c8043c text on a black background
contrast 3.54:1
Card sample
#c8043c text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8043c;
Background color
Panel with #c8043c background
background-color: #c8043c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8043c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8043c; background: linear-gradient(135deg, #c8043c, #C84F04);