#cc11cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 17, 204
HSL
300°, 85%, 43%
CMYK
0, 92, 0, 20
Luminance
0.1760
Every format
| HEX | #cc11cc |
| RGB | rgb(204, 17, 204) |
| HSL | hsl(300, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 0%, 20%) |
| LAB | lab(49.0 81.6 -50.6) |
| LCH | lch(49.0 96.0 328.2) |
| OKLCH | oklch(0.597 0.268 328.3) |
Copy-ready code
/* CSS */
color: #cc11cc;
background-color: #cc11cc;
/* Tailwind (arbitrary) */
class="text-[#cc11cc] bg-[#cc11cc]"
/* SCSS */
$brand: #cc11cc;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#cc11cc")Accessibility — WCAG contrast
Aa
#cc11cc on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc11cc on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#cc11cc text on a black background
contrast 4.52:1
Card sample
#cc11cc text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11cc;
Background color
Panel with #cc11cc background
background-color: #cc11cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11cc; background: linear-gradient(135deg, #cc11cc, #CC114F);