#c8024a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
200, 2, 74
HSL
338°, 98%, 40%
CMYK
0, 99, 63, 22
Luminance
0.1282
Every format
| HEX | #c8024a |
| RGB | rgb(200, 2, 74) |
| HSL | hsl(338, 98%, 40%) |
| CMYK | cmyk(0%, 99%, 63%, 22%) |
| LAB | lab(42.5 68.6 18.4) |
| LCH | lch(42.5 71.0 15.0) |
| OKLCH | oklch(0.531 0.212 12.2) |
Copy-ready code
/* CSS */
color: #c8024a;
background-color: #c8024a;
/* Tailwind (arbitrary) */
class="text-[#c8024a] bg-[#c8024a]"
/* SCSS */
$brand: #c8024a;
/* SwiftUI */
Color(red: 0.784, green: 0.008, blue: 0.290)
/* Android */
Color.parseColor("#c8024a")Accessibility — WCAG contrast
Aa
#c8024a on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8024a on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green0.8%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow63.0%
Key (black)21.6%
Color previews
#c8024a text on a black background
contrast 3.56:1
Card sample
#c8024a text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8024a;
Background color
Panel with #c8024a background
background-color: #c8024a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8024a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 2, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 2, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8024a; background: linear-gradient(135deg, #c8024a, #C83E02);