#cc3cf6
a balanced, electric violet · warm · closest name: magenta
RGB
204, 60, 246
HSL
287°, 91%, 60%
CMYK
17, 76, 0, 4
Luminance
0.2272
Every format
| HEX | #cc3cf6 |
| RGB | rgb(204, 60, 246) |
| HSL | hsl(287, 91%, 60%) |
| CMYK | cmyk(17%, 76%, 0%, 4%) |
| LAB | lab(54.8 79.2 -65.2) |
| LCH | lch(54.8 102.5 320.5) |
| OKLCH | oklch(0.645 0.270 317.2) |
Copy-ready code
/* CSS */
color: #cc3cf6;
background-color: #cc3cf6;
/* Tailwind (arbitrary) */
class="text-[#cc3cf6] bg-[#cc3cf6]"
/* SCSS */
$brand: #cc3cf6;
/* SwiftUI */
Color(red: 0.800, green: 0.235, blue: 0.965)
/* Android */
Color.parseColor("#cc3cf6")Accessibility — WCAG contrast
Aa
#cc3cf6 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3cf6 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green23.5%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta75.6%
Yellow0.0%
Key (black)3.5%
Color previews
#cc3cf6 text on a black background
contrast 5.54:1
Card sample
#cc3cf6 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3cf6;
Background color
Panel with #cc3cf6 background
background-color: #cc3cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 60, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 60, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3cf6; background: linear-gradient(135deg, #cc3cf6, #F63CA4);