#db33fd
a balanced, electric violet · warm · closest name: magenta
RGB
219, 51, 253
HSL
290°, 98%, 60%
CMYK
13, 80, 0, 1
Luminance
0.2452
Every format
| HEX | #db33fd |
| RGB | rgb(219, 51, 253) |
| HSL | hsl(290, 98%, 60%) |
| CMYK | cmyk(13%, 80%, 0%, 1%) |
| LAB | lab(56.6 85.6 -66.0) |
| LCH | lch(56.6 108.1 322.4) |
| OKLCH | oklch(0.664 0.288 319.9) |
Copy-ready code
/* CSS */
color: #db33fd;
background-color: #db33fd;
/* Tailwind (arbitrary) */
class="text-[#db33fd] bg-[#db33fd]"
/* SCSS */
$brand: #db33fd;
/* SwiftUI */
Color(red: 0.859, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#db33fd")Accessibility — WCAG contrast
Aa
#db33fd on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db33fd on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green20.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#db33fd text on a black background
contrast 5.90:1
Card sample
#db33fd text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db33fd;
Background color
Panel with #db33fd background
background-color: #db33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db33fd; background: linear-gradient(135deg, #db33fd, #FD3398);