#c032ec
a balanced, electric violet · warm · closest name: magenta
RGB
192, 50, 236
HSL
286°, 83%, 56%
CMYK
19, 79, 0, 8
Luminance
0.1954
Every format
| HEX | #c032ec |
| RGB | rgb(192, 50, 236) |
| HSL | hsl(286, 83%, 56%) |
| CMYK | cmyk(19%, 79%, 0%, 8%) |
| LAB | lab(51.3 78.2 -65.2) |
| LCH | lch(51.3 101.9 320.2) |
| OKLCH | oklch(0.616 0.267 316.4) |
Copy-ready code
/* CSS */
color: #c032ec;
background-color: #c032ec;
/* Tailwind (arbitrary) */
class="text-[#c032ec] bg-[#c032ec]"
/* SCSS */
$brand: #c032ec;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.925)
/* Android */
Color.parseColor("#c032ec")Accessibility — WCAG contrast
Aa
#c032ec on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c032ec on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue92.5%
CMYK percentages
Cyan18.6%
Magenta78.8%
Yellow0.0%
Key (black)7.5%
Color previews
#c032ec text on a black background
contrast 4.91:1
Card sample
#c032ec text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032ec;
Background color
Panel with #c032ec background
background-color: #c032ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032ec; background: linear-gradient(135deg, #c032ec, #EC329C);