#cc005b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 91
HSL
333°, 100%, 40%
CMYK
0, 100, 55, 20
Luminance
0.1359
Every format
| HEX | #cc005b |
| RGB | rgb(204, 0, 91) |
| HSL | hsl(333, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 55%, 20%) |
| LAB | lab(43.6 70.7 9.4) |
| LCH | lch(43.6 71.3 7.6) |
| OKLCH | oklch(0.543 0.218 6.3) |
Copy-ready code
/* CSS */
color: #cc005b;
background-color: #cc005b;
/* Tailwind (arbitrary) */
class="text-[#cc005b] bg-[#cc005b]"
/* SCSS */
$brand: #cc005b;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#cc005b")Accessibility — WCAG contrast
Aa
#cc005b on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc005b on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow55.4%
Key (black)20.0%
Color previews
#cc005b text on a black background
contrast 3.72:1
Card sample
#cc005b text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc005b;
Background color
Panel with #cc005b background
background-color: #cc005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc005b; background: linear-gradient(135deg, #cc005b, #CC2D00);