#cc47eb
a balanced, electric violet · warm · closest name: magenta
RGB
204, 71, 235
HSL
289°, 80%, 60%
CMYK
13, 70, 0, 8
Luminance
0.2334
Every format
| HEX | #cc47eb |
| RGB | rgb(204, 71, 235) |
| HSL | hsl(289, 80%, 60%) |
| CMYK | cmyk(13%, 70%, 0%, 8%) |
| LAB | lab(55.4 73.4 -58.0) |
| LCH | lch(55.4 93.5 321.7) |
| OKLCH | oklch(0.648 0.249 319.4) |
Copy-ready code
/* CSS */
color: #cc47eb;
background-color: #cc47eb;
/* Tailwind (arbitrary) */
class="text-[#cc47eb] bg-[#cc47eb]"
/* SCSS */
$brand: #cc47eb;
/* SwiftUI */
Color(red: 0.800, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#cc47eb")Accessibility — WCAG contrast
Aa
#cc47eb on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc47eb on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green27.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cc47eb text on a black background
contrast 5.67:1
Card sample
#cc47eb text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc47eb;
Background color
Panel with #cc47eb background
background-color: #cc47eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc47eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc47eb; background: linear-gradient(135deg, #cc47eb, #EB479D);