#cc0ccc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 12, 204
HSL
300°, 89%, 42%
CMYK
0, 94, 0, 20
Luminance
0.1746
Every format
| HEX | #cc0ccc |
| RGB | rgb(204, 12, 204) |
| HSL | hsl(300, 89%, 42%) |
| CMYK | cmyk(0%, 94%, 0%, 20%) |
| LAB | lab(48.8 82.1 -50.9) |
| LCH | lch(48.8 96.6 328.2) |
| OKLCH | oklch(0.595 0.270 328.3) |
Copy-ready code
/* CSS */
color: #cc0ccc;
background-color: #cc0ccc;
/* Tailwind (arbitrary) */
class="text-[#cc0ccc] bg-[#cc0ccc]"
/* SCSS */
$brand: #cc0ccc;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#cc0ccc")Accessibility — WCAG contrast
Aa
#cc0ccc on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0ccc on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#cc0ccc text on a black background
contrast 4.49:1
Card sample
#cc0ccc text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0ccc;
Background color
Panel with #cc0ccc background
background-color: #cc0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0ccc; background: linear-gradient(135deg, #cc0ccc, #CC0C4C);