#cc0fc2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 15, 194
HSL
303°, 86%, 43%
CMYK
0, 93, 5, 20
Luminance
0.1707
Every format
| HEX | #cc0fc2 |
| RGB | rgb(204, 15, 194) |
| HSL | hsl(303, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 5%, 20%) |
| LAB | lab(48.4 80.3 -45.9) |
| LCH | lch(48.4 92.5 330.3) |
| OKLCH | oklch(0.590 0.262 331.0) |
Copy-ready code
/* CSS */
color: #cc0fc2;
background-color: #cc0fc2;
/* Tailwind (arbitrary) */
class="text-[#cc0fc2] bg-[#cc0fc2]"
/* SCSS */
$brand: #cc0fc2;
/* SwiftUI */
Color(red: 0.800, green: 0.059, blue: 0.761)
/* Android */
Color.parseColor("#cc0fc2")Accessibility — WCAG contrast
Aa
#cc0fc2 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0fc2 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow4.9%
Key (black)20.0%
Color previews
#cc0fc2 text on a black background
contrast 4.41:1
Card sample
#cc0fc2 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0fc2;
Background color
Panel with #cc0fc2 background
background-color: #cc0fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 15, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 15, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0fc2; background: linear-gradient(135deg, #cc0fc2, #CC0F44);