#db4dfd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 77, 253
HSL
288°, 98%, 65%
CMYK
13, 70, 0, 1
Luminance
0.2746
Every format
| HEX | #db4dfd |
| RGB | rgb(219, 77, 253) |
| HSL | hsl(288, 98%, 65%) |
| CMYK | cmyk(13%, 70%, 0%, 1%) |
| LAB | lab(59.4 77.5 -61.5) |
| LCH | lch(59.4 99.0 321.6) |
| OKLCH | oklch(0.684 0.264 319.1) |
Copy-ready code
/* CSS */
color: #db4dfd;
background-color: #db4dfd;
/* Tailwind (arbitrary) */
class="text-[#db4dfd] bg-[#db4dfd]"
/* SCSS */
$brand: #db4dfd;
/* SwiftUI */
Color(red: 0.859, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#db4dfd")Accessibility — WCAG contrast
Aa
#db4dfd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4dfd on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green30.2%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#db4dfd text on a black background
contrast 6.49:1
Card sample
#db4dfd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4dfd;
Background color
Panel with #db4dfd background
background-color: #db4dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4dfd; background: linear-gradient(135deg, #db4dfd, #FD4DAA);