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