#c329eb
a balanced, electric violet · warm · closest name: magenta
RGB
195, 41, 235
HSL
288°, 83%, 54%
CMYK
17, 83, 0, 8
Luminance
0.1919
Every format
| HEX | #c329eb |
| RGB | rgb(195, 41, 235) |
| HSL | hsl(288, 83%, 54%) |
| CMYK | cmyk(17%, 83%, 0%, 8%) |
| LAB | lab(50.9 80.9 -65.3) |
| LCH | lch(50.9 104.0 321.1) |
| OKLCH | oklch(0.613 0.274 317.8) |
Copy-ready code
/* CSS */
color: #c329eb;
background-color: #c329eb;
/* Tailwind (arbitrary) */
class="text-[#c329eb] bg-[#c329eb]"
/* SCSS */
$brand: #c329eb;
/* SwiftUI */
Color(red: 0.765, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#c329eb")Accessibility — WCAG contrast
Aa
#c329eb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c329eb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green16.1%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c329eb text on a black background
contrast 4.84:1
Card sample
#c329eb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c329eb;
Background color
Panel with #c329eb background
background-color: #c329eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c329eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c329eb; background: linear-gradient(135deg, #c329eb, #EB2992);