#c32cf4
a balanced, electric violet · warm · closest name: magenta
RGB
195, 44, 244
HSL
285°, 90%, 57%
CMYK
20, 82, 0, 4
Luminance
0.1994
Every format
| HEX | #c32cf4 |
| RGB | rgb(195, 44, 244) |
| HSL | hsl(285, 90%, 57%) |
| CMYK | cmyk(20%, 82%, 0%, 4%) |
| LAB | lab(51.8 81.8 -69.0) |
| LCH | lch(51.8 107.0 319.8) |
| OKLCH | oklch(0.621 0.279 315.6) |
Copy-ready code
/* CSS */
color: #c32cf4;
background-color: #c32cf4;
/* Tailwind (arbitrary) */
class="text-[#c32cf4] bg-[#c32cf4]"
/* SCSS */
$brand: #c32cf4;
/* SwiftUI */
Color(red: 0.765, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#c32cf4")Accessibility — WCAG contrast
Aa
#c32cf4 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32cf4 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green17.3%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#c32cf4 text on a black background
contrast 4.99:1
Card sample
#c32cf4 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32cf4;
Background color
Panel with #c32cf4 background
background-color: #c32cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32cf4; background: linear-gradient(135deg, #c32cf4, #F42CA0);