#db16fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 22, 253
HSL
291°, 98%, 54%
CMYK
13, 91, 0, 1
Luminance
0.2273
Every format
| HEX | #db16fd |
| RGB | rgb(219, 22, 253) |
| HSL | hsl(291, 98%, 54%) |
| CMYK | cmyk(13%, 91%, 0%, 1%) |
| LAB | lab(54.8 90.9 -68.9) |
| LCH | lch(54.8 114.1 322.8) |
| OKLCH | oklch(0.651 0.304 320.4) |
Copy-ready code
/* CSS */
color: #db16fd;
background-color: #db16fd;
/* Tailwind (arbitrary) */
class="text-[#db16fd] bg-[#db16fd]"
/* SCSS */
$brand: #db16fd;
/* SwiftUI */
Color(red: 0.859, green: 0.086, blue: 0.992)
/* Android */
Color.parseColor("#db16fd")Accessibility — WCAG contrast
Aa
#db16fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db16fd on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green8.6%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta91.3%
Yellow0.0%
Key (black)0.8%
Color previews
#db16fd text on a black background
contrast 5.55:1
Card sample
#db16fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db16fd;
Background color
Panel with #db16fd background
background-color: #db16fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db16fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 22, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 22, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db16fd; background: linear-gradient(135deg, #db16fd, #FD1685);