#c32af2
a balanced, electric violet · warm · closest name: magenta
RGB
195, 42, 242
HSL
286°, 89%, 56%
CMYK
19, 83, 0, 5
Luminance
0.1967
Every format
| HEX | #c32af2 |
| RGB | rgb(195, 42, 242) |
| HSL | hsl(286, 89%, 56%) |
| CMYK | cmyk(19%, 83%, 0%, 5%) |
| LAB | lab(51.5 81.9 -68.3) |
| LCH | lch(51.5 106.7 320.1) |
| OKLCH | oklch(0.619 0.279 316.1) |
Copy-ready code
/* CSS */
color: #c32af2;
background-color: #c32af2;
/* Tailwind (arbitrary) */
class="text-[#c32af2] bg-[#c32af2]"
/* SCSS */
$brand: #c32af2;
/* SwiftUI */
Color(red: 0.765, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#c32af2")Accessibility — WCAG contrast
Aa
#c32af2 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32af2 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green16.5%
Blue94.9%
CMYK percentages
Cyan19.4%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#c32af2 text on a black background
contrast 4.93:1
Card sample
#c32af2 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32af2;
Background color
Panel with #c32af2 background
background-color: #c32af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32af2; background: linear-gradient(135deg, #c32af2, #F22A9C);