#cc004b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 75
HSL
338°, 100%, 40%
CMYK
0, 100, 63, 20
Luminance
0.1335
Every format
| HEX | #cc004b |
| RGB | rgb(204, 0, 75) |
| HSL | hsl(338, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 63%, 20%) |
| LAB | lab(43.3 69.8 19.0) |
| LCH | lch(43.3 72.3 15.2) |
| OKLCH | oklch(0.539 0.215 12.3) |
Copy-ready code
/* CSS */
color: #cc004b;
background-color: #cc004b;
/* Tailwind (arbitrary) */
class="text-[#cc004b] bg-[#cc004b]"
/* SCSS */
$brand: #cc004b;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#cc004b")Accessibility — WCAG contrast
Aa
#cc004b on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc004b on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow63.2%
Key (black)20.0%
Color previews
#cc004b text on a black background
contrast 3.67:1
Card sample
#cc004b text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc004b;
Background color
Panel with #cc004b background
background-color: #cc004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc004b; background: linear-gradient(135deg, #cc004b, #CC3D00);