#db16cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 22, 207
HSL
304°, 82%, 47%
CMYK
0, 90, 6, 14
Luminance
0.2014
Every format
| HEX | #db16cf |
| RGB | rgb(219, 22, 207) |
| HSL | hsl(304, 82%, 47%) |
| CMYK | cmyk(0%, 90%, 6%, 14%) |
| LAB | lab(52.0 84.0 -47.4) |
| LCH | lch(52.0 96.4 330.5) |
| OKLCH | oklch(0.623 0.274 331.4) |
Copy-ready code
/* CSS */
color: #db16cf;
background-color: #db16cf;
/* Tailwind (arbitrary) */
class="text-[#db16cf] bg-[#db16cf]"
/* SCSS */
$brand: #db16cf;
/* SwiftUI */
Color(red: 0.859, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#db16cf")Accessibility — WCAG contrast
Aa
#db16cf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db16cf on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green8.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow5.5%
Key (black)14.1%
Color previews
#db16cf text on a black background
contrast 5.03:1
Card sample
#db16cf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db16cf;
Background color
Panel with #db16cf background
background-color: #db16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db16cf; background: linear-gradient(135deg, #db16cf, #DB164C);