#cc0fcd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 15, 205
HSL
300°, 86%, 43%
CMYK
1, 93, 0, 20
Luminance
0.1759
Every format
| HEX | #cc0fcd |
| RGB | rgb(204, 15, 205) |
| HSL | hsl(300, 86%, 43%) |
| CMYK | cmyk(1%, 93%, 0%, 20%) |
| LAB | lab(49.0 81.9 -51.2) |
| LCH | lch(49.0 96.6 328.0) |
| OKLCH | oklch(0.597 0.269 328.1) |
Copy-ready code
/* CSS */
color: #cc0fcd;
background-color: #cc0fcd;
/* Tailwind (arbitrary) */
class="text-[#cc0fcd] bg-[#cc0fcd]"
/* SCSS */
$brand: #cc0fcd;
/* SwiftUI */
Color(red: 0.800, green: 0.059, blue: 0.804)
/* Android */
Color.parseColor("#cc0fcd")Accessibility — WCAG contrast
Aa
#cc0fcd on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0fcd on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green5.9%
Blue80.4%
CMYK percentages
Cyan0.5%
Magenta92.7%
Yellow0.0%
Key (black)19.6%
Color previews
#cc0fcd text on a black background
contrast 4.52:1
Card sample
#cc0fcd text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0fcd;
Background color
Panel with #cc0fcd background
background-color: #cc0fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 15, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 15, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0fcd; background: linear-gradient(135deg, #cc0fcd, #CD0F4F);