#cc5cf6
a light, electric violet · warm · closest name: violet
RGB
204, 92, 246
HSL
284°, 90%, 66%
CMYK
17, 63, 0, 4
Luminance
0.2715
Every format
| HEX | #cc5cf6 |
| RGB | rgb(204, 92, 246) |
| HSL | hsl(284, 90%, 66%) |
| CMYK | cmyk(17%, 63%, 0%, 4%) |
| LAB | lab(59.1 67.0 -58.2) |
| LCH | lch(59.1 88.8 319.0) |
| OKLCH | oklch(0.676 0.233 315.6) |
Copy-ready code
/* CSS */
color: #cc5cf6;
background-color: #cc5cf6;
/* Tailwind (arbitrary) */
class="text-[#cc5cf6] bg-[#cc5cf6]"
/* SCSS */
$brand: #cc5cf6;
/* SwiftUI */
Color(red: 0.800, green: 0.361, blue: 0.965)
/* Android */
Color.parseColor("#cc5cf6")Accessibility — WCAG contrast
Aa
#cc5cf6 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5cf6 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.1%
Blue96.5%
CMYK percentages
Cyan17.1%
Magenta62.6%
Yellow0.0%
Key (black)3.5%
Color previews
#cc5cf6 text on a black background
contrast 6.43:1
Card sample
#cc5cf6 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5cf6;
Background color
Panel with #cc5cf6 background
background-color: #cc5cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 92, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 92, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5cf6; background: linear-gradient(135deg, #cc5cf6, #F65CB9);