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