#cc0cf6
a balanced, electric violet · warm · closest name: magenta
RGB
204, 12, 246
HSL
289°, 93%, 51%
CMYK
17, 95, 0, 4
Luminance
0.1975
Every format
| HEX | #cc0cf6 |
| RGB | rgb(204, 12, 246) |
| HSL | hsl(289, 93%, 51%) |
| CMYK | cmyk(17%, 95%, 0%, 4%) |
| LAB | lab(51.6 88.6 -70.4) |
| LCH | lch(51.6 113.2 321.5) |
| OKLCH | oklch(0.623 0.298 318.2) |
Copy-ready code
/* CSS */
color: #cc0cf6;
background-color: #cc0cf6;
/* Tailwind (arbitrary) */
class="text-[#cc0cf6] bg-[#cc0cf6]"
/* SCSS */
$brand: #cc0cf6;
/* SwiftUI */
Color(red: 0.800, green: 0.047, blue: 0.965)
/* Android */
Color.parseColor("#cc0cf6")Accessibility — WCAG contrast
Aa
#cc0cf6 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc0cf6 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green4.7%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta95.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cc0cf6 text on a black background
contrast 4.95:1
Card sample
#cc0cf6 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0cf6;
Background color
Panel with #cc0cf6 background
background-color: #cc0cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 12, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 12, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0cf6; background: linear-gradient(135deg, #cc0cf6, #F60C84);