#cc008f
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 0, 143
HSL
318°, 100%, 40%
CMYK
0, 100, 30, 20
Luminance
0.1482
Every format
| HEX | #cc008f |
| RGB | rgb(204, 0, 143) |
| HSL | hsl(318, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 30%, 20%) |
| LAB | lab(45.4 75.3 -20.2) |
| LCH | lch(45.4 78.0 345.0) |
| OKLCH | oklch(0.561 0.237 346.9) |
Copy-ready code
/* CSS */
color: #cc008f;
background-color: #cc008f;
/* Tailwind (arbitrary) */
class="text-[#cc008f] bg-[#cc008f]"
/* SCSS */
$brand: #cc008f;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#cc008f")Accessibility — WCAG contrast
Aa
#cc008f on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc008f on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.9%
Key (black)20.0%
Color previews
#cc008f text on a black background
contrast 3.96:1
Card sample
#cc008f text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc008f;
Background color
Panel with #cc008f background
background-color: #cc008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc008f; background: linear-gradient(135deg, #cc008f, #CC0007);