#cc56f6
a light, electric violet · warm · closest name: magenta
RGB
204, 86, 246
HSL
284°, 90%, 65%
CMYK
17, 65, 0, 4
Luminance
0.2615
Every format
| HEX | #cc56f6 |
| RGB | rgb(204, 86, 246) |
| HSL | hsl(284, 90%, 65%) |
| CMYK | cmyk(17%, 65%, 0%, 4%) |
| LAB | lab(58.2 69.6 -59.7) |
| LCH | lch(58.2 91.7 319.4) |
| OKLCH | oklch(0.670 0.241 315.9) |
Copy-ready code
/* CSS */
color: #cc56f6;
background-color: #cc56f6;
/* Tailwind (arbitrary) */
class="text-[#cc56f6] bg-[#cc56f6]"
/* SCSS */
$brand: #cc56f6;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.965)
/* Android */
Color.parseColor("#cc56f6")Accessibility — WCAG contrast
Aa
#cc56f6 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56f6 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta65.0%
Yellow0.0%
Key (black)3.5%
Color previews
#cc56f6 text on a black background
contrast 6.23:1
Card sample
#cc56f6 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56f6;
Background color
Panel with #cc56f6 background
background-color: #cc56f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56f6; background: linear-gradient(135deg, #cc56f6, #F656B5);