#cc2cf1
a balanced, electric violet · warm · closest name: magenta
RGB
204, 44, 241
HSL
289°, 88%, 56%
CMYK
15, 82, 0, 6
Luminance
0.2099
Every format
| HEX | #cc2cf1 |
| RGB | rgb(204, 44, 241) |
| HSL | hsl(289, 88%, 56%) |
| CMYK | cmyk(15%, 82%, 0%, 6%) |
| LAB | lab(52.9 82.7 -65.3) |
| LCH | lch(52.9 105.4 321.7) |
| OKLCH | oklch(0.631 0.279 318.8) |
Copy-ready code
/* CSS */
color: #cc2cf1;
background-color: #cc2cf1;
/* Tailwind (arbitrary) */
class="text-[#cc2cf1] bg-[#cc2cf1]"
/* SCSS */
$brand: #cc2cf1;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.945)
/* Android */
Color.parseColor("#cc2cf1")Accessibility — WCAG contrast
Aa
#cc2cf1 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2cf1 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue94.5%
CMYK percentages
Cyan15.4%
Magenta81.7%
Yellow0.0%
Key (black)5.5%
Color previews
#cc2cf1 text on a black background
contrast 5.20:1
Card sample
#cc2cf1 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cf1;
Background color
Panel with #cc2cf1 background
background-color: #cc2cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cf1; background: linear-gradient(135deg, #cc2cf1, #F12C93);