#db31fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 49, 253
HSL
290°, 98%, 59%
CMYK
13, 81, 0, 1
Luminance
0.2435
Every format
| HEX | #db31fd |
| RGB | rgb(219, 49, 253) |
| HSL | hsl(290, 98%, 59%) |
| CMYK | cmyk(13%, 81%, 0%, 1%) |
| LAB | lab(56.4 86.0 -66.3) |
| LCH | lch(56.4 108.6 322.4) |
| OKLCH | oklch(0.663 0.290 320.0) |
Copy-ready code
/* CSS */
color: #db31fd;
background-color: #db31fd;
/* Tailwind (arbitrary) */
class="text-[#db31fd] bg-[#db31fd]"
/* SCSS */
$brand: #db31fd;
/* SwiftUI */
Color(red: 0.859, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#db31fd")Accessibility — WCAG contrast
Aa
#db31fd on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db31fd on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green19.2%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#db31fd text on a black background
contrast 5.87:1
Card sample
#db31fd text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db31fd;
Background color
Panel with #db31fd background
background-color: #db31fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db31fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db31fd; background: linear-gradient(135deg, #db31fd, #FD3197);