#cc11b2
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 17, 178
HSL
308°, 85%, 43%
CMYK
0, 92, 13, 20
Luminance
0.1645
Every format
| HEX | #cc11b2 |
| RGB | rgb(204, 17, 178) |
| HSL | hsl(308, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 13%, 20%) |
| LAB | lab(47.6 77.9 -37.8) |
| LCH | lch(47.6 86.6 334.2) |
| OKLCH | oklch(0.582 0.251 335.7) |
Copy-ready code
/* CSS */
color: #cc11b2;
background-color: #cc11b2;
/* Tailwind (arbitrary) */
class="text-[#cc11b2] bg-[#cc11b2]"
/* SCSS */
$brand: #cc11b2;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.698)
/* Android */
Color.parseColor("#cc11b2")Accessibility — WCAG contrast
Aa
#cc11b2 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc11b2 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow12.7%
Key (black)20.0%
Color previews
#cc11b2 text on a black background
contrast 4.29:1
Card sample
#cc11b2 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11b2;
Background color
Panel with #cc11b2 background
background-color: #cc11b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11b2; background: linear-gradient(135deg, #cc11b2, #CC1135);