#cc0077
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 119
HSL
325°, 100%, 40%
CMYK
0, 100, 42, 20
Luminance
0.1417
Every format
| HEX | #cc0077 |
| RGB | rgb(204, 0, 119) |
| HSL | hsl(325, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 42%, 20%) |
| LAB | lab(44.5 72.9 -6.9) |
| LCH | lch(44.5 73.3 354.6) |
| OKLCH | oklch(0.551 0.226 355.6) |
Copy-ready code
/* CSS */
color: #cc0077;
background-color: #cc0077;
/* Tailwind (arbitrary) */
class="text-[#cc0077] bg-[#cc0077]"
/* SCSS */
$brand: #cc0077;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.467)
/* Android */
Color.parseColor("#cc0077")Accessibility — WCAG contrast
Aa
#cc0077 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0077 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow41.7%
Key (black)20.0%
Color previews
#cc0077 text on a black background
contrast 3.83:1
Card sample
#cc0077 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0077;
Background color
Panel with #cc0077 background
background-color: #cc0077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0077; background: linear-gradient(135deg, #cc0077, #CC1100);