#db3dfb
a balanced, electric violet · warm · closest name: magenta
RGB
219, 61, 251
HSL
290°, 96%, 61%
CMYK
13, 76, 0, 2
Luminance
0.2536
Every format
| HEX | #db3dfb |
| RGB | rgb(219, 61, 251) |
| HSL | hsl(290, 96%, 61%) |
| CMYK | cmyk(13%, 76%, 0%, 2%) |
| LAB | lab(57.4 82.5 -63.6) |
| LCH | lch(57.4 104.1 322.4) |
| OKLCH | oklch(0.670 0.278 320.1) |
Copy-ready code
/* CSS */
color: #db3dfb;
background-color: #db3dfb;
/* Tailwind (arbitrary) */
class="text-[#db3dfb] bg-[#db3dfb]"
/* SCSS */
$brand: #db3dfb;
/* SwiftUI */
Color(red: 0.859, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#db3dfb")Accessibility — WCAG contrast
Aa
#db3dfb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3dfb on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.9%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#db3dfb text on a black background
contrast 6.07:1
Card sample
#db3dfb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3dfb;
Background color
Panel with #db3dfb background
background-color: #db3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3dfb; background: linear-gradient(135deg, #db3dfb, #FB3D9C);