#cc00cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 0, 204
HSL
300°, 100%, 40%
CMYK
0, 100, 0, 20
Luminance
0.1720
Every format
| HEX | #cc00cc |
| RGB | rgb(204, 0, 204) |
| HSL | hsl(300, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 0%, 20%) |
| LAB | lab(48.5 83.0 -51.4) |
| LCH | lch(48.5 97.7 328.2) |
| OKLCH | oklch(0.593 0.273 328.4) |
Copy-ready code
/* CSS */
color: #cc00cc;
background-color: #cc00cc;
/* Tailwind (arbitrary) */
class="text-[#cc00cc] bg-[#cc00cc]"
/* SCSS */
$brand: #cc00cc;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#cc00cc")Accessibility — WCAG contrast
Aa
#cc00cc on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc00cc on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#cc00cc text on a black background
contrast 4.44:1
Card sample
#cc00cc text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc00cc;
Background color
Panel with #cc00cc background
background-color: #cc00cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc00cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc00cc; background: linear-gradient(135deg, #cc00cc, #CC0044);