#dc32fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 50, 253
HSL
290°, 98%, 59%
CMYK
13, 80, 0, 1
Luminance
0.2459
Every format
| HEX | #dc32fd |
| RGB | rgb(220, 50, 253) |
| HSL | hsl(290, 98%, 59%) |
| CMYK | cmyk(13%, 80%, 0%, 1%) |
| LAB | lab(56.7 86.0 -65.9) |
| LCH | lch(56.7 108.3 322.5) |
| OKLCH | oklch(0.665 0.289 320.2) |
Copy-ready code
/* CSS */
color: #dc32fd;
background-color: #dc32fd;
/* Tailwind (arbitrary) */
class="text-[#dc32fd] bg-[#dc32fd]"
/* SCSS */
$brand: #dc32fd;
/* SwiftUI */
Color(red: 0.863, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#dc32fd")Accessibility — WCAG contrast
Aa
#dc32fd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc32fd on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green19.6%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dc32fd text on a black background
contrast 5.92:1
Card sample
#dc32fd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc32fd;
Background color
Panel with #dc32fd background
background-color: #dc32fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc32fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc32fd; background: linear-gradient(135deg, #dc32fd, #FD3297);