#c320eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 32, 235
HSL
288°, 84%, 52%
CMYK
17, 86, 0, 8
Luminance
0.1863
Every format
| HEX | #c320eb |
| RGB | rgb(195, 32, 235) |
| HSL | hsl(288, 84%, 52%) |
| CMYK | cmyk(17%, 86%, 0%, 8%) |
| LAB | lab(50.3 82.8 -66.4) |
| LCH | lch(50.3 106.1 321.3) |
| OKLCH | oklch(0.609 0.280 318.0) |
Copy-ready code
/* CSS */
color: #c320eb;
background-color: #c320eb;
/* Tailwind (arbitrary) */
class="text-[#c320eb] bg-[#c320eb]"
/* SCSS */
$brand: #c320eb;
/* SwiftUI */
Color(red: 0.765, green: 0.125, blue: 0.922)
/* Android */
Color.parseColor("#c320eb")Accessibility — WCAG contrast
Aa
#c320eb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c320eb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green12.5%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta86.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c320eb text on a black background
contrast 4.73:1
Card sample
#c320eb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c320eb;
Background color
Panel with #c320eb background
background-color: #c320eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c320eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 32, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 32, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c320eb; background: linear-gradient(135deg, #c320eb, #EB208C);