#c032da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
192, 50, 218
HSL
291°, 69%, 53%
CMYK
12, 77, 0, 15
Luminance
0.1855
Every format
| HEX | #c032da |
| RGB | rgb(192, 50, 218) |
| HSL | hsl(291, 69%, 53%) |
| CMYK | cmyk(12%, 77%, 0%, 15%) |
| LAB | lab(50.2 75.0 -56.9) |
| LCH | lch(50.2 94.2 322.8) |
| OKLCH | oklch(0.604 0.252 320.8) |
Copy-ready code
/* CSS */
color: #c032da;
background-color: #c032da;
/* Tailwind (arbitrary) */
class="text-[#c032da] bg-[#c032da]"
/* SCSS */
$brand: #c032da;
/* SwiftUI */
Color(red: 0.753, green: 0.196, blue: 0.855)
/* Android */
Color.parseColor("#c032da")Accessibility — WCAG contrast
Aa
#c032da on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c032da on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green19.6%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta77.1%
Yellow0.0%
Key (black)14.5%
Color previews
#c032da text on a black background
contrast 4.71:1
Card sample
#c032da text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c032da;
Background color
Panel with #c032da background
background-color: #c032da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c032da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 50, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 50, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c032da; background: linear-gradient(135deg, #c032da, #DA3284);