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