#cc11a1
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 17, 161
HSL
314°, 85%, 43%
CMYK
0, 92, 21, 20
Luminance
0.1581
Every format
| HEX | #cc11a1 |
| RGB | rgb(204, 17, 161) |
| HSL | hsl(314, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 21%, 20%) |
| LAB | lab(46.7 75.8 -29.0) |
| LCH | lch(46.7 81.1 339.1) |
| OKLCH | oklch(0.573 0.241 341.0) |
Copy-ready code
/* CSS */
color: #cc11a1;
background-color: #cc11a1;
/* Tailwind (arbitrary) */
class="text-[#cc11a1] bg-[#cc11a1]"
/* SCSS */
$brand: #cc11a1;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.631)
/* Android */
Color.parseColor("#cc11a1")Accessibility — WCAG contrast
Aa
#cc11a1 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc11a1 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow21.1%
Key (black)20.0%
Color previews
#cc11a1 text on a black background
contrast 4.16:1
Card sample
#cc11a1 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11a1;
Background color
Panel with #cc11a1 background
background-color: #cc11a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11a1; background: linear-gradient(135deg, #cc11a1, #CC1124);