#dc1dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 29, 253
HSL
291°, 98%, 55%
CMYK
13, 89, 0, 1
Luminance
0.2319
Every format
| HEX | #dc1dfd |
| RGB | rgb(220, 29, 253) |
| HSL | hsl(291, 98%, 55%) |
| CMYK | cmyk(13%, 89%, 0%, 1%) |
| LAB | lab(55.3 90.1 -68.2) |
| LCH | lch(55.3 113.0 322.9) |
| OKLCH | oklch(0.655 0.302 320.6) |
Copy-ready code
/* CSS */
color: #dc1dfd;
background-color: #dc1dfd;
/* Tailwind (arbitrary) */
class="text-[#dc1dfd] bg-[#dc1dfd]"
/* SCSS */
$brand: #dc1dfd;
/* SwiftUI */
Color(red: 0.863, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#dc1dfd")Accessibility — WCAG contrast
Aa
#dc1dfd on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc1dfd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green11.4%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#dc1dfd text on a black background
contrast 5.64:1
Card sample
#dc1dfd text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc1dfd;
Background color
Panel with #dc1dfd background
background-color: #dc1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc1dfd; background: linear-gradient(135deg, #dc1dfd, #FD1D89);