#db5bfd
a light, electric violet · warm · closest name: magenta
RGB
219, 91, 253
HSL
287°, 98%, 68%
CMYK
13, 64, 0, 1
Luminance
0.2963
Every format
| HEX | #db5bfd |
| RGB | rgb(219, 91, 253) |
| HSL | hsl(287, 98%, 68%) |
| CMYK | cmyk(13%, 64%, 0%, 1%) |
| LAB | lab(61.3 72.1 -58.4) |
| LCH | lch(61.3 92.8 321.0) |
| OKLCH | oklch(0.698 0.247 318.5) |
Copy-ready code
/* CSS */
color: #db5bfd;
background-color: #db5bfd;
/* Tailwind (arbitrary) */
class="text-[#db5bfd] bg-[#db5bfd]"
/* SCSS */
$brand: #db5bfd;
/* SwiftUI */
Color(red: 0.859, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#db5bfd")Accessibility — WCAG contrast
Aa
#db5bfd on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5bfd on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green35.7%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#db5bfd text on a black background
contrast 6.93:1
Card sample
#db5bfd text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5bfd;
Background color
Panel with #db5bfd background
background-color: #db5bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5bfd; background: linear-gradient(135deg, #db5bfd, #FD5BB3);