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