#dc16df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 22, 223
HSL
299°, 82%, 48%
CMYK
1, 90, 0, 13
Luminance
0.2112
Every format
| HEX | #dc16df |
| RGB | rgb(220, 22, 223) |
| HSL | hsl(299, 82%, 48%) |
| CMYK | cmyk(1%, 90%, 0%, 13%) |
| LAB | lab(53.1 86.4 -54.8) |
| LCH | lch(53.1 102.3 327.6) |
| OKLCH | oklch(0.634 0.284 327.6) |
Copy-ready code
/* CSS */
color: #dc16df;
background-color: #dc16df;
/* Tailwind (arbitrary) */
class="text-[#dc16df] bg-[#dc16df]"
/* SCSS */
$brand: #dc16df;
/* SwiftUI */
Color(red: 0.863, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#dc16df")Accessibility — WCAG contrast
Aa
#dc16df on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc16df on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green8.6%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#dc16df text on a black background
contrast 5.22:1
Card sample
#dc16df text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc16df;
Background color
Panel with #dc16df background
background-color: #dc16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc16df; background: linear-gradient(135deg, #dc16df, #DF165C);