#cc0072
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 114
HSL
327°, 100%, 40%
CMYK
0, 100, 44, 20
Luminance
0.1405
Every format
| HEX | #cc0072 |
| RGB | rgb(204, 0, 114) |
| HSL | hsl(327, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 44%, 20%) |
| LAB | lab(44.3 72.5 -4.0) |
| LCH | lch(44.3 72.6 356.8) |
| OKLCH | oklch(0.550 0.224 357.5) |
Copy-ready code
/* CSS */
color: #cc0072;
background-color: #cc0072;
/* Tailwind (arbitrary) */
class="text-[#cc0072] bg-[#cc0072]"
/* SCSS */
$brand: #cc0072;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.447)
/* Android */
Color.parseColor("#cc0072")Accessibility — WCAG contrast
Aa
#cc0072 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0072 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.1%
Key (black)20.0%
Color previews
#cc0072 text on a black background
contrast 3.81:1
Card sample
#cc0072 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0072;
Background color
Panel with #cc0072 background
background-color: #cc0072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0072; background: linear-gradient(135deg, #cc0072, #CC1600);