#cc56f8
a light, electric violet · warm · closest name: magenta
RGB
204, 86, 248
HSL
284°, 92%, 66%
CMYK
18, 65, 0, 3
Luminance
0.2627
Every format
| HEX | #cc56f8 |
| RGB | rgb(204, 86, 248) |
| HSL | hsl(284, 92%, 66%) |
| CMYK | cmyk(18%, 65%, 0%, 3%) |
| LAB | lab(58.3 70.0 -60.6) |
| LCH | lch(58.3 92.6 319.1) |
| OKLCH | oklch(0.671 0.243 315.5) |
Copy-ready code
/* CSS */
color: #cc56f8;
background-color: #cc56f8;
/* Tailwind (arbitrary) */
class="text-[#cc56f8] bg-[#cc56f8]"
/* SCSS */
$brand: #cc56f8;
/* SwiftUI */
Color(red: 0.800, green: 0.337, blue: 0.973)
/* Android */
Color.parseColor("#cc56f8")Accessibility — WCAG contrast
Aa
#cc56f8 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc56f8 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.7%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta65.3%
Yellow0.0%
Key (black)2.7%
Color previews
#cc56f8 text on a black background
contrast 6.25:1
Card sample
#cc56f8 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc56f8;
Background color
Panel with #cc56f8 background
background-color: #cc56f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc56f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 86, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 86, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc56f8; background: linear-gradient(135deg, #cc56f8, #F856B8);