#c32dfd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 45, 253
HSL
283°, 98%, 58%
CMYK
23, 82, 0, 1
Luminance
0.2057
Every format
| HEX | #c32dfd |
| RGB | rgb(195, 45, 253) |
| HSL | hsl(283, 98%, 58%) |
| CMYK | cmyk(23%, 82%, 0%, 1%) |
| LAB | lab(52.5 83.2 -72.8) |
| LCH | lch(52.5 110.5 318.8) |
| OKLCH | oklch(0.628 0.285 313.6) |
Copy-ready code
/* CSS */
color: #c32dfd;
background-color: #c32dfd;
/* Tailwind (arbitrary) */
class="text-[#c32dfd] bg-[#c32dfd]"
/* SCSS */
$brand: #c32dfd;
/* SwiftUI */
Color(red: 0.765, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#c32dfd")Accessibility — WCAG contrast
Aa
#c32dfd on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c32dfd on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c32dfd text on a black background
contrast 5.11:1
Card sample
#c32dfd text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32dfd;
Background color
Panel with #c32dfd background
background-color: #c32dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32dfd; background: linear-gradient(135deg, #c32dfd, #FD2DAC);