#cc16cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 22, 207
HSL
299°, 81%, 45%
CMYK
1, 89, 0, 19
Luminance
0.1792
Every format
| HEX | #cc16cf |
| RGB | rgb(204, 22, 207) |
| HSL | hsl(299, 81%, 45%) |
| CMYK | cmyk(1%, 89%, 0%, 19%) |
| LAB | lab(49.4 81.4 -51.7) |
| LCH | lch(49.4 96.4 327.6) |
| OKLCH | oklch(0.600 0.268 327.5) |
Copy-ready code
/* CSS */
color: #cc16cf;
background-color: #cc16cf;
/* Tailwind (arbitrary) */
class="text-[#cc16cf] bg-[#cc16cf]"
/* SCSS */
$brand: #cc16cf;
/* SwiftUI */
Color(red: 0.800, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#cc16cf")Accessibility — WCAG contrast
Aa
#cc16cf on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc16cf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green8.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cc16cf text on a black background
contrast 4.58:1
Card sample
#cc16cf text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc16cf;
Background color
Panel with #cc16cf background
background-color: #cc16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc16cf; background: linear-gradient(135deg, #cc16cf, #CF1657);