#c8043f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 4, 63
HSL
342°, 96%, 40%
CMYK
0, 98, 69, 22
Luminance
0.1273
Every format
| HEX | #c8043f |
| RGB | rgb(200, 4, 63) |
| HSL | hsl(342, 96%, 40%) |
| CMYK | cmyk(0%, 98%, 69%, 22%) |
| LAB | lab(42.4 67.8 25.1) |
| LCH | lch(42.4 72.3 20.3) |
| OKLCH | oklch(0.530 0.210 16.3) |
Copy-ready code
/* CSS */
color: #c8043f;
background-color: #c8043f;
/* Tailwind (arbitrary) */
class="text-[#c8043f] bg-[#c8043f]"
/* SCSS */
$brand: #c8043f;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.247)
/* Android */
Color.parseColor("#c8043f")Accessibility — WCAG contrast
Aa
#c8043f on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8043f on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow68.5%
Key (black)21.6%
Color previews
#c8043f text on a black background
contrast 3.55:1
Card sample
#c8043f text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8043f;
Background color
Panel with #c8043f background
background-color: #c8043f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8043f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8043f; background: linear-gradient(135deg, #c8043f, #C84C04);