#c032f0
a balanced, electric violet · warm · closest name: magenta
RGB
192, 50, 240
HSL
285°, 86%, 57%
CMYK
20, 79, 0, 6
Luminance
0.1978
Every format
| HEX | #c032f0 |
| RGB | rgb(192, 50, 240) |
| HSL | hsl(285, 86%, 57%) |
| CMYK | cmyk(20%, 79%, 0%, 6%) |
| LAB | lab(51.6 79.0 -67.0) |
| LCH | lch(51.6 103.6 319.7) |
| OKLCH | oklch(0.618 0.270 315.5) |
Copy-ready code
/* CSS */
color: #c032f0;
background-color: #c032f0;
/* Tailwind (arbitrary) */
class="text-[#c032f0] bg-[#c032f0]"
/* SCSS */
$brand: #c032f0;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.941)
/* Android */
Color.parseColor("#c032f0")Accessibility — WCAG contrast
Aa
#c032f0 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c032f0 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue94.1%
CMYK percentages
Cyan20.0%
Magenta79.2%
Yellow0.0%
Key (black)5.9%
Color previews
#c032f0 text on a black background
contrast 4.96:1
Card sample
#c032f0 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032f0;
Background color
Panel with #c032f0 background
background-color: #c032f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032f0; background: linear-gradient(135deg, #c032f0, #F032A2);