#db4cfb
a balanced, electric violet · warm · closest name: magenta
RGB
219, 76, 251
HSL
289°, 96%, 64%
CMYK
13, 70, 0, 2
Luminance
0.2719
Every format
| HEX | #db4cfb |
| RGB | rgb(219, 76, 251) |
| HSL | hsl(289, 96%, 64%) |
| CMYK | cmyk(13%, 70%, 0%, 2%) |
| LAB | lab(59.2 77.5 -60.8) |
| LCH | lch(59.2 98.5 321.9) |
| OKLCH | oklch(0.682 0.263 319.6) |
Copy-ready code
/* CSS */
color: #db4cfb;
background-color: #db4cfb;
/* Tailwind (arbitrary) */
class="text-[#db4cfb] bg-[#db4cfb]"
/* SCSS */
$brand: #db4cfb;
/* SwiftUI */
Color(red: 0.859, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#db4cfb")Accessibility — WCAG contrast
Aa
#db4cfb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4cfb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.8%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#db4cfb text on a black background
contrast 6.44:1
Card sample
#db4cfb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4cfb;
Background color
Panel with #db4cfb background
background-color: #db4cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4cfb; background: linear-gradient(135deg, #db4cfb, #FB4CA6);