#db40fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 64, 253
HSL
289°, 98%, 62%
CMYK
13, 75, 0, 1
Luminance
0.2582
Every format
| HEX | #db40fd |
| RGB | rgb(219, 64, 253) |
| HSL | hsl(289, 98%, 62%) |
| CMYK | cmyk(13%, 75%, 0%, 1%) |
| LAB | lab(57.9 81.9 -64.0) |
| LCH | lch(57.9 103.9 322.0) |
| OKLCH | oklch(0.673 0.277 319.6) |
Copy-ready code
/* CSS */
color: #db40fd;
background-color: #db40fd;
/* Tailwind (arbitrary) */
class="text-[#db40fd] bg-[#db40fd]"
/* SCSS */
$brand: #db40fd;
/* SwiftUI */
Color(red: 0.859, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#db40fd")Accessibility — WCAG contrast
Aa
#db40fd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db40fd on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green25.1%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#db40fd text on a black background
contrast 6.16:1
Card sample
#db40fd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db40fd;
Background color
Panel with #db40fd background
background-color: #db40fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db40fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db40fd; background: linear-gradient(135deg, #db40fd, #FD40A1);