#c032fc
a balanced, electric violet · warm · closest name: magenta
RGB
192, 50, 252
HSL
282°, 97%, 59%
CMYK
24, 80, 0, 1
Luminance
0.2052
Every format
| HEX | #c032fc |
| RGB | rgb(192, 50, 252) |
| HSL | hsl(282, 97%, 59%) |
| CMYK | cmyk(24%, 80%, 0%, 1%) |
| LAB | lab(52.4 81.2 -72.4) |
| LCH | lch(52.4 108.8 318.3) |
| OKLCH | oklch(0.627 0.280 312.8) |
Copy-ready code
/* CSS */
color: #c032fc;
background-color: #c032fc;
/* Tailwind (arbitrary) */
class="text-[#c032fc] bg-[#c032fc]"
/* SCSS */
$brand: #c032fc;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.988)
/* Android */
Color.parseColor("#c032fc")Accessibility — WCAG contrast
Aa
#c032fc on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c032fc on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue98.8%
CMYK percentages
Cyan23.8%
Magenta80.2%
Yellow0.0%
Key (black)1.2%
Color previews
#c032fc text on a black background
contrast 5.10:1
Card sample
#c032fc text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032fc;
Background color
Panel with #c032fc background
background-color: #c032fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032fc; background: linear-gradient(135deg, #c032fc, #FC32B1);