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