#c32afd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 42, 253
HSL
284°, 98%, 58%
CMYK
23, 83, 0, 1
Luminance
0.2035
Every format
| HEX | #c32afd |
| RGB | rgb(195, 42, 253) |
| HSL | hsl(284, 98%, 58%) |
| CMYK | cmyk(23%, 83%, 0%, 1%) |
| LAB | lab(52.2 83.9 -73.3) |
| LCH | lch(52.2 111.3 318.9) |
| OKLCH | oklch(0.626 0.287 313.7) |
Copy-ready code
/* CSS */
color: #c32afd;
background-color: #c32afd;
/* Tailwind (arbitrary) */
class="text-[#c32afd] bg-[#c32afd]"
/* SCSS */
$brand: #c32afd;
/* SwiftUI */
Color(red: 0.765, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#c32afd")Accessibility — WCAG contrast
Aa
#c32afd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32afd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green16.5%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c32afd text on a black background
contrast 5.07:1
Card sample
#c32afd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32afd;
Background color
Panel with #c32afd background
background-color: #c32afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32afd; background: linear-gradient(135deg, #c32afd, #FD2AAA);