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