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