#dc3dfd
a balanced, electric violet · warm · closest name: magenta
RGB
220, 61, 253
HSL
290°, 98%, 62%
CMYK
13, 76, 0, 1
Luminance
0.2564
Every format
| HEX | #dc3dfd |
| RGB | rgb(220, 61, 253) |
| HSL | hsl(290, 98%, 62%) |
| CMYK | cmyk(13%, 76%, 0%, 1%) |
| LAB | lab(57.7 83.0 -64.2) |
| LCH | lch(57.7 105.0 322.3) |
| OKLCH | oklch(0.672 0.280 319.9) |
Copy-ready code
/* CSS */
color: #dc3dfd;
background-color: #dc3dfd;
/* Tailwind (arbitrary) */
class="text-[#dc3dfd] bg-[#dc3dfd]"
/* SCSS */
$brand: #dc3dfd;
/* SwiftUI */
Color(red: 0.863, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#dc3dfd")Accessibility — WCAG contrast
Aa
#dc3dfd on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc3dfd on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green23.9%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#dc3dfd text on a black background
contrast 6.13:1
Card sample
#dc3dfd text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc3dfd;
Background color
Panel with #dc3dfd background
background-color: #dc3dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc3dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc3dfd; background: linear-gradient(135deg, #dc3dfd, #FD3D9E);