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