#db44fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 68, 253
HSL
289°, 98%, 63%
CMYK
13, 73, 0, 1
Luminance
0.2629
Every format
| HEX | #db44fd |
| RGB | rgb(219, 68, 253) |
| HSL | hsl(289, 98%, 63%) |
| CMYK | cmyk(13%, 73%, 0%, 1%) |
| LAB | lab(58.3 80.6 -63.3) |
| LCH | lch(58.3 102.5 321.9) |
| OKLCH | oklch(0.676 0.273 319.5) |
Copy-ready code
/* CSS */
color: #db44fd;
background-color: #db44fd;
/* Tailwind (arbitrary) */
class="text-[#db44fd] bg-[#db44fd]"
/* SCSS */
$brand: #db44fd;
/* SwiftUI */
Color(red: 0.859, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#db44fd")Accessibility — WCAG contrast
Aa
#db44fd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db44fd on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green26.7%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#db44fd text on a black background
contrast 6.26:1
Card sample
#db44fd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db44fd;
Background color
Panel with #db44fd background
background-color: #db44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db44fd; background: linear-gradient(135deg, #db44fd, #FD44A3);