#cc0cd0
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 208
HSL
299°, 89%, 43%
CMYK
2, 94, 0, 18
Luminance
0.1765
Every format
| HEX | #cc0cd0 |
| RGB | rgb(204, 12, 208) |
| HSL | hsl(299, 89%, 43%) |
| CMYK | cmyk(2%, 94%, 0%, 18%) |
| LAB | lab(49.1 82.7 -52.8) |
| LCH | lch(49.1 98.1 327.4) |
| OKLCH | oklch(0.598 0.272 327.3) |
Copy-ready code
/* CSS */
color: #cc0cd0;
background-color: #cc0cd0;
/* Tailwind (arbitrary) */
class="text-[#cc0cd0] bg-[#cc0cd0]"
/* SCSS */
$brand: #cc0cd0;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.816)
/* Android */
Color.parseColor("#cc0cd0")Accessibility — WCAG contrast
Aa
#cc0cd0 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0cd0 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue81.6%
CMYK percentages
Cyan1.9%
Magenta94.2%
Yellow0.0%
Key (black)18.4%
Color previews
#cc0cd0 text on a black background
contrast 4.53:1
Card sample
#cc0cd0 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cd0;
Background color
Panel with #cc0cd0 background
background-color: #cc0cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cd0; background: linear-gradient(135deg, #cc0cd0, #D00C51);