#cc56f9
a light, electric violet · warm · closest name: magenta
RGB
204, 86, 249
HSL
283°, 93%, 66%
CMYK
18, 66, 0, 2
Luminance
0.2633
Every format
| HEX | #cc56f9 |
| RGB | rgb(204, 86, 249) |
| HSL | hsl(283, 93%, 66%) |
| CMYK | cmyk(18%, 66%, 0%, 2%) |
| LAB | lab(58.4 70.2 -61.1) |
| LCH | lch(58.4 93.0 318.9) |
| OKLCH | oklch(0.671 0.244 315.2) |
Copy-ready code
/* CSS */
color: #cc56f9;
background-color: #cc56f9;
/* Tailwind (arbitrary) */
class="text-[#cc56f9] bg-[#cc56f9]"
/* SCSS */
$brand: #cc56f9;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.976)
/* Android */
Color.parseColor("#cc56f9")Accessibility — WCAG contrast
Aa
#cc56f9 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56f9 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta65.5%
Yellow0.0%
Key (black)2.4%
Color previews
#cc56f9 text on a black background
contrast 6.27:1
Card sample
#cc56f9 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56f9;
Background color
Panel with #cc56f9 background
background-color: #cc56f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56f9; background: linear-gradient(135deg, #cc56f9, #F956B9);