#cc0fcf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 15, 207
HSL
299°, 87%, 44%
CMYK
1, 93, 0, 19
Luminance
0.1768
Every format
| HEX | #cc0fcf |
| RGB | rgb(204, 15, 207) |
| HSL | hsl(299, 87%, 44%) |
| CMYK | cmyk(1%, 93%, 0%, 19%) |
| LAB | lab(49.1 82.2 -52.2) |
| LCH | lch(49.1 97.4 327.6) |
| OKLCH | oklch(0.598 0.271 327.5) |
Copy-ready code
/* CSS */
color: #cc0fcf;
background-color: #cc0fcf;
/* Tailwind (arbitrary) */
class="text-[#cc0fcf] bg-[#cc0fcf]"
/* SCSS */
$brand: #cc0fcf;
/* SwiftUI */
Color(red: 0.800, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#cc0fcf")Accessibility — WCAG contrast
Aa
#cc0fcf on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0fcf on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.9%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cc0fcf text on a black background
contrast 4.54:1
Card sample
#cc0fcf text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0fcf;
Background color
Panel with #cc0fcf background
background-color: #cc0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0fcf; background: linear-gradient(135deg, #cc0fcf, #CF0F52);