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