#dc05df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
220, 5, 223
HSL
299°, 96%, 45%
CMYK
1, 98, 0, 13
Luminance
0.2065
Every format
| HEX | #dc05df |
| RGB | rgb(220, 5, 223) |
| HSL | hsl(299, 96%, 45%) |
| CMYK | cmyk(1%, 98%, 0%, 13%) |
| LAB | lab(52.6 87.9 -55.6) |
| LCH | lch(52.6 104.1 327.7) |
| OKLCH | oklch(0.630 0.289 327.6) |
Copy-ready code
/* CSS */
color: #dc05df;
background-color: #dc05df;
/* Tailwind (arbitrary) */
class="text-[#dc05df] bg-[#dc05df]"
/* SCSS */
$brand: #dc05df;
/* SwiftUI */
Color(red: 0.863, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#dc05df")Accessibility — WCAG contrast
Aa
#dc05df on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc05df on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green2.0%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#dc05df text on a black background
contrast 5.13:1
Card sample
#dc05df text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc05df;
Background color
Panel with #dc05df background
background-color: #dc05df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc05df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc05df; background: linear-gradient(135deg, #dc05df, #DF0551);