#db34fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 52, 253
HSL
290°, 98%, 60%
CMYK
13, 79, 0, 1
Luminance
0.2461
Every format
| HEX | #db34fd |
| RGB | rgb(219, 52, 253) |
| HSL | hsl(290, 98%, 60%) |
| CMYK | cmyk(13%, 79%, 0%, 1%) |
| LAB | lab(56.7 85.3 -65.9) |
| LCH | lch(56.7 107.8 322.3) |
| OKLCH | oklch(0.665 0.287 319.9) |
Copy-ready code
/* CSS */
color: #db34fd;
background-color: #db34fd;
/* Tailwind (arbitrary) */
class="text-[#db34fd] bg-[#db34fd]"
/* SCSS */
$brand: #db34fd;
/* SwiftUI */
Color(red: 0.859, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#db34fd")Accessibility — WCAG contrast
Aa
#db34fd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db34fd on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green20.4%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#db34fd text on a black background
contrast 5.92:1
Card sample
#db34fd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db34fd;
Background color
Panel with #db34fd background
background-color: #db34fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db34fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db34fd; background: linear-gradient(135deg, #db34fd, #FD3499);