#dc2dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 45, 253
HSL
291°, 98%, 58%
CMYK
13, 82, 0, 1
Luminance
0.2418
Every format
| HEX | #dc2dfd |
| RGB | rgb(220, 45, 253) |
| HSL | hsl(291, 98%, 58%) |
| CMYK | cmyk(13%, 82%, 0%, 1%) |
| LAB | lab(56.3 87.1 -66.5) |
| LCH | lch(56.3 109.6 322.6) |
| OKLCH | oklch(0.662 0.293 320.3) |
Copy-ready code
/* CSS */
color: #dc2dfd;
background-color: #dc2dfd;
/* Tailwind (arbitrary) */
class="text-[#dc2dfd] bg-[#dc2dfd]"
/* SCSS */
$brand: #dc2dfd;
/* SwiftUI */
Color(red: 0.863, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#dc2dfd")Accessibility — WCAG contrast
Aa
#dc2dfd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2dfd on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.6%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dc2dfd text on a black background
contrast 5.84:1
Card sample
#dc2dfd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2dfd;
Background color
Panel with #dc2dfd background
background-color: #dc2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2dfd; background: linear-gradient(135deg, #dc2dfd, #FD2D93);