#cc11ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
204, 17, 238
HSL
291°, 87%, 50%
CMYK
14, 93, 0, 7
Luminance
0.1941
Every format
| HEX | #cc11ee |
| RGB | rgb(204, 17, 238) |
| HSL | hsl(291, 87%, 50%) |
| CMYK | cmyk(14%, 93%, 0%, 7%) |
| LAB | lab(51.2 86.8 -66.5) |
| LCH | lch(51.2 109.4 322.6) |
| OKLCH | oklch(0.619 0.291 319.9) |
Copy-ready code
/* CSS */
color: #cc11ee;
background-color: #cc11ee;
/* Tailwind (arbitrary) */
class="text-[#cc11ee] bg-[#cc11ee]"
/* SCSS */
$brand: #cc11ee;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#cc11ee")Accessibility — WCAG contrast
Aa
#cc11ee on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc11ee on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cc11ee text on a black background
contrast 4.88:1
Card sample
#cc11ee text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11ee;
Background color
Panel with #cc11ee background
background-color: #cc11ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11ee; background: linear-gradient(135deg, #cc11ee, #EE117D);