#db59fd
a light, electric violet · warm · closest name: magenta
RGB
219, 89, 253
HSL
288°, 98%, 67%
CMYK
13, 65, 0, 1
Luminance
0.2930
Every format
| HEX | #db59fd |
| RGB | rgb(219, 89, 253) |
| HSL | hsl(288, 98%, 67%) |
| CMYK | cmyk(13%, 65%, 0%, 1%) |
| LAB | lab(61.0 72.9 -58.9) |
| LCH | lch(61.0 93.7 321.1) |
| OKLCH | oklch(0.696 0.249 318.6) |
Copy-ready code
/* CSS */
color: #db59fd;
background-color: #db59fd;
/* Tailwind (arbitrary) */
class="text-[#db59fd] bg-[#db59fd]"
/* SCSS */
$brand: #db59fd;
/* SwiftUI */
Color(red: 0.859, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#db59fd")Accessibility — WCAG contrast
Aa
#db59fd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db59fd on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green34.9%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#db59fd text on a black background
contrast 6.86:1
Card sample
#db59fd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db59fd;
Background color
Panel with #db59fd background
background-color: #db59fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db59fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db59fd; background: linear-gradient(135deg, #db59fd, #FD59B2);