#c8024d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 2, 77
HSL
337°, 98%, 40%
CMYK
0, 99, 62, 22
Luminance
0.1286
Every format
| HEX | #c8024d |
| RGB | rgb(200, 2, 77) |
| HSL | hsl(337, 98%, 40%) |
| CMYK | cmyk(0%, 99%, 62%, 22%) |
| LAB | lab(42.6 68.8 16.6) |
| LCH | lch(42.6 70.7 13.6) |
| OKLCH | oklch(0.532 0.212 11.1) |
Copy-ready code
/* CSS */
color: #c8024d;
background-color: #c8024d;
/* Tailwind (arbitrary) */
class="text-[#c8024d] bg-[#c8024d]"
/* SCSS */
$brand: #c8024d;
/* SwiftUI */
Color(red: 0.784, green: 0.008, blue: 0.302)
/* Android */
Color.parseColor("#c8024d")Accessibility — WCAG contrast
Aa
#c8024d on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8024d on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green0.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow61.5%
Key (black)21.6%
Color previews
#c8024d text on a black background
contrast 3.57:1
Card sample
#c8024d text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8024d;
Background color
Panel with #c8024d background
background-color: #c8024d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8024d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 2, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 2, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8024d; background: linear-gradient(135deg, #c8024d, #C83B02);