#cc2cff
a balanced, electric violet · warm · closest name: magenta
RGB
204, 44, 255
HSL
286°, 100%, 59%
CMYK
20, 83, 0, 0
Luminance
0.2186
Every format
| HEX | #cc2cff |
| RGB | rgb(204, 44, 255) |
| HSL | hsl(286, 100%, 59%) |
| CMYK | cmyk(20%, 83%, 0%, 0%) |
| LAB | lab(53.9 85.2 -71.6) |
| LCH | lch(53.9 111.3 319.9) |
| OKLCH | oklch(0.641 0.290 315.7) |
Copy-ready code
/* CSS */
color: #cc2cff;
background-color: #cc2cff;
/* Tailwind (arbitrary) */
class="text-[#cc2cff] bg-[#cc2cff]"
/* SCSS */
$brand: #cc2cff;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#cc2cff")Accessibility — WCAG contrast
Aa
#cc2cff on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2cff on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cc2cff text on a black background
contrast 5.37:1
Card sample
#cc2cff text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cff;
Background color
Panel with #cc2cff background
background-color: #cc2cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cff; background: linear-gradient(135deg, #cc2cff, #FF2CA5);