#db54fd
a light, electric violet · warm · closest name: magenta
RGB
219, 84, 253
HSL
288°, 98%, 66%
CMYK
13, 67, 0, 1
Luminance
0.2849
Every format
| HEX | #db54fd |
| RGB | rgb(219, 84, 253) |
| HSL | hsl(288, 98%, 66%) |
| CMYK | cmyk(13%, 67%, 0%, 1%) |
| LAB | lab(60.3 74.9 -60.0) |
| LCH | lch(60.3 96.0 321.3) |
| OKLCH | oklch(0.691 0.256 318.9) |
Copy-ready code
/* CSS */
color: #db54fd;
background-color: #db54fd;
/* Tailwind (arbitrary) */
class="text-[#db54fd] bg-[#db54fd]"
/* SCSS */
$brand: #db54fd;
/* SwiftUI */
Color(red: 0.859, green: 0.329, blue: 0.992)
/* Android */
Color.parseColor("#db54fd")Accessibility — WCAG contrast
Aa
#db54fd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db54fd on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green32.9%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta66.8%
Yellow0.0%
Key (black)0.8%
Color previews
#db54fd text on a black background
contrast 6.70:1
Card sample
#db54fd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db54fd;
Background color
Panel with #db54fd background
background-color: #db54fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db54fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 84, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 84, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db54fd; background: linear-gradient(135deg, #db54fd, #FD54AE);