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