#cc0fac
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 15, 172
HSL
310°, 86%, 43%
CMYK
0, 93, 16, 20
Luminance
0.1616
Every format
| HEX | #cc0fac |
| RGB | rgb(204, 15, 172) |
| HSL | hsl(310, 86%, 43%) |
| CMYK | cmyk(0%, 93%, 16%, 20%) |
| LAB | lab(47.2 77.4 -34.8) |
| LCH | lch(47.2 84.8 335.8) |
| OKLCH | oklch(0.578 0.248 337.5) |
Copy-ready code
/* CSS */
color: #cc0fac;
background-color: #cc0fac;
/* Tailwind (arbitrary) */
class="text-[#cc0fac] bg-[#cc0fac]"
/* SCSS */
$brand: #cc0fac;
/* SwiftUI */
Color(red: 0.800, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#cc0fac")Accessibility — WCAG contrast
Aa
#cc0fac on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0fac on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow15.7%
Key (black)20.0%
Color previews
#cc0fac text on a black background
contrast 4.23:1
Card sample
#cc0fac text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0fac;
Background color
Panel with #cc0fac background
background-color: #cc0fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0fac; background: linear-gradient(135deg, #cc0fac, #CC0F2E);