#c322ff
a balanced, electric violet · warm · closest name: magenta
RGB
195, 34, 255
HSL
284°, 100%, 57%
CMYK
24, 87, 0, 0
Luminance
0.1997
Every format
| HEX | #c322ff |
| RGB | rgb(195, 34, 255) |
| HSL | hsl(284, 100%, 57%) |
| CMYK | cmyk(24%, 87%, 0%, 0%) |
| LAB | lab(51.8 85.9 -75.1) |
| LCH | lch(51.8 114.1 318.9) |
| OKLCH | oklch(0.624 0.293 313.5) |
Copy-ready code
/* CSS */
color: #c322ff;
background-color: #c322ff;
/* Tailwind (arbitrary) */
class="text-[#c322ff] bg-[#c322ff]"
/* SCSS */
$brand: #c322ff;
/* SwiftUI */
Color(red: 0.765, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#c322ff")Accessibility — WCAG contrast
Aa
#c322ff on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c322ff on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green13.3%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c322ff text on a black background
contrast 4.99:1
Card sample
#c322ff text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c322ff;
Background color
Panel with #c322ff background
background-color: #c322ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c322ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c322ff; background: linear-gradient(135deg, #c322ff, #FF22A8);