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