#c032df
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 50, 223
HSL
289°, 73%, 54%
CMYK
14, 78, 0, 13
Luminance
0.1882
Every format
| HEX | #c032df |
| RGB | rgb(192, 50, 223) |
| HSL | hsl(289, 73%, 54%) |
| CMYK | cmyk(14%, 78%, 0%, 13%) |
| LAB | lab(50.5 75.9 -59.3) |
| LCH | lch(50.5 96.3 322.0) |
| OKLCH | oklch(0.607 0.256 319.5) |
Copy-ready code
/* CSS */
color: #c032df;
background-color: #c032df;
/* Tailwind (arbitrary) */
class="text-[#c032df] bg-[#c032df]"
/* SCSS */
$brand: #c032df;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#c032df")Accessibility — WCAG contrast
Aa
#c032df on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c032df on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c032df text on a black background
contrast 4.76:1
Card sample
#c032df text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032df;
Background color
Panel with #c032df background
background-color: #c032df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032df; background: linear-gradient(135deg, #c032df, #DF328B);