#cc11c1
a dark, electric magenta / pink · warm · closest name: magenta
RGB
204, 17, 193
HSL
304°, 85%, 43%
CMYK
0, 92, 5, 20
Luminance
0.1709
Every format
| HEX | #cc11c1 |
| RGB | rgb(204, 17, 193) |
| HSL | hsl(304, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 5%, 20%) |
| LAB | lab(48.4 80.0 -45.3) |
| LCH | lch(48.4 91.9 330.5) |
| OKLCH | oklch(0.590 0.261 331.3) |
Copy-ready code
/* CSS */
color: #cc11c1;
background-color: #cc11c1;
/* Tailwind (arbitrary) */
class="text-[#cc11c1] bg-[#cc11c1]"
/* SCSS */
$brand: #cc11c1;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.757)
/* Android */
Color.parseColor("#cc11c1")Accessibility — WCAG contrast
Aa
#cc11c1 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc11c1 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow5.4%
Key (black)20.0%
Color previews
#cc11c1 text on a black background
contrast 4.42:1
Card sample
#cc11c1 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11c1;
Background color
Panel with #cc11c1 background
background-color: #cc11c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11c1; background: linear-gradient(135deg, #cc11c1, #CC1144);