#dc11fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 17, 253
HSL
292°, 98%, 53%
CMYK
13, 93, 0, 1
Luminance
0.2271
Every format
| HEX | #dc11fd |
| RGB | rgb(220, 17, 253) |
| HSL | hsl(292, 98%, 53%) |
| CMYK | cmyk(13%, 93%, 0%, 1%) |
| LAB | lab(54.8 91.6 -69.0) |
| LCH | lch(54.8 114.6 323.0) |
| OKLCH | oklch(0.652 0.306 320.7) |
Copy-ready code
/* CSS */
color: #dc11fd;
background-color: #dc11fd;
/* Tailwind (arbitrary) */
class="text-[#dc11fd] bg-[#dc11fd]"
/* SCSS */
$brand: #dc11fd;
/* SwiftUI */
Color(red: 0.863, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#dc11fd")Accessibility — WCAG contrast
Aa
#dc11fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc11fd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green6.7%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#dc11fd text on a black background
contrast 5.54:1
Card sample
#dc11fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc11fd;
Background color
Panel with #dc11fd background
background-color: #dc11fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc11fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc11fd; background: linear-gradient(135deg, #dc11fd, #FD1181);