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