#cc005f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 95
HSL
332°, 100%, 40%
CMYK
0, 100, 53, 20
Luminance
0.1366
Every format
| HEX | #cc005f |
| RGB | rgb(204, 0, 95) |
| HSL | hsl(332, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 53%, 20%) |
| LAB | lab(43.8 71.0 7.0) |
| LCH | lch(43.8 71.4 5.6) |
| OKLCH | oklch(0.544 0.218 4.8) |
Copy-ready code
/* CSS */
color: #cc005f;
background-color: #cc005f;
/* Tailwind (arbitrary) */
class="text-[#cc005f] bg-[#cc005f]"
/* SCSS */
$brand: #cc005f;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#cc005f")Accessibility — WCAG contrast
Aa
#cc005f on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc005f on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.4%
Key (black)20.0%
Color previews
#cc005f text on a black background
contrast 3.73:1
Card sample
#cc005f text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc005f;
Background color
Panel with #cc005f background
background-color: #cc005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc005f; background: linear-gradient(135deg, #cc005f, #CC2900);