#cc11ff
a balanced, electric violet · warm · closest name: magenta
RGB
204, 17, 255
HSL
287°, 100%, 53%
CMYK
20, 93, 0, 0
Luminance
0.2046
Every format
| HEX | #cc11ff |
| RGB | rgb(204, 17, 255) |
| HSL | hsl(287, 100%, 53%) |
| CMYK | cmyk(20%, 93%, 0%, 0%) |
| LAB | lab(52.4 89.7 -74.1) |
| LCH | lch(52.4 116.3 320.4) |
| OKLCH | oklch(0.630 0.303 316.2) |
Copy-ready code
/* CSS */
color: #cc11ff;
background-color: #cc11ff;
/* Tailwind (arbitrary) */
class="text-[#cc11ff] bg-[#cc11ff]"
/* SCSS */
$brand: #cc11ff;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 1.000)
/* Android */
Color.parseColor("#cc11ff")Accessibility — WCAG contrast
Aa
#cc11ff on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc11ff on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta93.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cc11ff text on a black background
contrast 5.09:1
Card sample
#cc11ff text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc11ff;
Background color
Panel with #cc11ff background
background-color: #cc11ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc11ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc11ff; background: linear-gradient(135deg, #cc11ff, #FF1193);