#cc01cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 1, 207
HSL
299°, 99%, 41%
CMYK
1, 100, 0, 19
Luminance
0.1736
Every format
| HEX | #cc01cf |
| RGB | rgb(204, 1, 207) |
| HSL | hsl(299, 99%, 41%) |
| CMYK | cmyk(1%, 100%, 0%, 19%) |
| LAB | lab(48.7 83.4 -52.8) |
| LCH | lch(48.7 98.7 327.7) |
| OKLCH | oklch(0.595 0.274 327.6) |
Copy-ready code
/* CSS */
color: #cc01cf;
background-color: #cc01cf;
/* Tailwind (arbitrary) */
class="text-[#cc01cf] bg-[#cc01cf]"
/* SCSS */
$brand: #cc01cf;
/* SwiftUI */
Color(red: 0.800, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#cc01cf")Accessibility — WCAG contrast
Aa
#cc01cf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc01cf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.4%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cc01cf text on a black background
contrast 4.47:1
Card sample
#cc01cf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc01cf;
Background color
Panel with #cc01cf background
background-color: #cc01cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc01cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc01cf; background: linear-gradient(135deg, #cc01cf, #CF0149);