#c32df6
a balanced, electric violet · warm · closest name: magenta
RGB
195, 45, 246
HSL
285°, 92%, 57%
CMYK
21, 82, 0, 4
Luminance
0.2013
Every format
| HEX | #c32df6 |
| RGB | rgb(195, 45, 246) |
| HSL | hsl(285, 92%, 57%) |
| CMYK | cmyk(21%, 82%, 0%, 4%) |
| LAB | lab(52.0 81.9 -69.7) |
| LCH | lch(52.0 107.5 319.6) |
| OKLCH | oklch(0.623 0.280 315.1) |
Copy-ready code
/* CSS */
color: #c32df6;
background-color: #c32df6;
/* Tailwind (arbitrary) */
class="text-[#c32df6] bg-[#c32df6]"
/* SCSS */
$brand: #c32df6;
/* SwiftUI */
Color(red: 0.765, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#c32df6")Accessibility — WCAG contrast
Aa
#c32df6 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32df6 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green17.6%
Blue96.5%
CMYK percentages
Cyan20.7%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#c32df6 text on a black background
contrast 5.03:1
Card sample
#c32df6 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32df6;
Background color
Panel with #c32df6 background
background-color: #c32df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32df6; background: linear-gradient(135deg, #c32df6, #F62DA3);