#cc04af
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 4, 175
HSL
309°, 96%, 41%
CMYK
0, 98, 14, 20
Luminance
0.1602
Every format
| HEX | #cc04af |
| RGB | rgb(204, 4, 175) |
| HSL | hsl(309, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 14%, 20%) |
| LAB | lab(47.0 78.7 -36.9) |
| LCH | lch(47.0 86.9 334.9) |
| OKLCH | oklch(0.577 0.253 336.6) |
Copy-ready code
/* CSS */
color: #cc04af;
background-color: #cc04af;
/* Tailwind (arbitrary) */
class="text-[#cc04af] bg-[#cc04af]"
/* SCSS */
$brand: #cc04af;
/* SwiftUI */
Color(red: 0.800, green: 0.016, blue: 0.686)
/* Android */
Color.parseColor("#cc04af")Accessibility — WCAG contrast
Aa
#cc04af on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc04af on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green1.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow14.2%
Key (black)20.0%
Color previews
#cc04af text on a black background
contrast 4.20:1
Card sample
#cc04af text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc04af;
Background color
Panel with #cc04af background
background-color: #cc04af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc04af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 4, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 4, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc04af; background: linear-gradient(135deg, #cc04af, #CC042A);