#cc4cf6
a balanced, electric violet · warm · closest name: magenta
RGB
204, 76, 246
HSL
285°, 90%, 63%
CMYK
17, 69, 0, 4
Luminance
0.2466
Every format
| HEX | #cc4cf6 |
| RGB | rgb(204, 76, 246) |
| HSL | hsl(285, 90%, 63%) |
| CMYK | cmyk(17%, 69%, 0%, 4%) |
| LAB | lab(56.7 73.6 -62.0) |
| LCH | lch(56.7 96.2 319.9) |
| OKLCH | oklch(0.659 0.253 316.5) |
Copy-ready code
/* CSS */
color: #cc4cf6;
background-color: #cc4cf6;
/* Tailwind (arbitrary) */
class="text-[#cc4cf6] bg-[#cc4cf6]"
/* SCSS */
$brand: #cc4cf6;
/* SwiftUI */
Color(red: 0.800, green: 0.298, blue: 0.965)
/* Android */
Color.parseColor("#cc4cf6")Accessibility — WCAG contrast
Aa
#cc4cf6 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4cf6 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.8%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta69.1%
Yellow0.0%
Key (black)3.5%
Color previews
#cc4cf6 text on a black background
contrast 5.93:1
Card sample
#cc4cf6 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4cf6;
Background color
Panel with #cc4cf6 background
background-color: #cc4cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 76, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 76, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4cf6; background: linear-gradient(135deg, #cc4cf6, #F64CAF);