#cc024c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 2, 76
HSL
338°, 98%, 40%
CMYK
0, 99, 63, 20
Luminance
0.1340
Every format
| HEX | #cc024c |
| RGB | rgb(204, 2, 76) |
| HSL | hsl(338, 98%, 40%) |
| CMYK | cmyk(0%, 99%, 63%, 20%) |
| LAB | lab(43.4 69.6 18.4) |
| LCH | lch(43.4 72.0 14.8) |
| OKLCH | oklch(0.539 0.215 12.1) |
Copy-ready code
/* CSS */
color: #cc024c;
background-color: #cc024c;
/* Tailwind (arbitrary) */
class="text-[#cc024c] bg-[#cc024c]"
/* SCSS */
$brand: #cc024c;
/* SwiftUI */
Color(red: 0.800, green: 0.008, blue: 0.298)
/* Android */
Color.parseColor("#cc024c")Accessibility — WCAG contrast
Aa
#cc024c on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc024c on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow62.7%
Key (black)20.0%
Color previews
#cc024c text on a black background
contrast 3.68:1
Card sample
#cc024c text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc024c;
Background color
Panel with #cc024c background
background-color: #cc024c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc024c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 2, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 2, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc024c; background: linear-gradient(135deg, #cc024c, #CC3F02);