#db6dfb
a light, electric violet · warm · closest name: violet
RGB
219, 109, 251
HSL
287°, 95%, 71%
CMYK
13, 57, 0, 2
Luminance
0.3296
Every format
| HEX | #db6dfb |
| RGB | rgb(219, 109, 251) |
| HSL | hsl(287, 95%, 71%) |
| CMYK | cmyk(13%, 57%, 0%, 2%) |
| LAB | lab(64.1 63.8 -52.9) |
| LCH | lch(64.1 82.8 320.3) |
| OKLCH | oklch(0.718 0.221 318.1) |
Copy-ready code
/* CSS */
color: #db6dfb;
background-color: #db6dfb;
/* Tailwind (arbitrary) */
class="text-[#db6dfb] bg-[#db6dfb]"
/* SCSS */
$brand: #db6dfb;
/* SwiftUI */
Color(red: 0.859, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#db6dfb")Accessibility — WCAG contrast
Aa
#db6dfb on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6dfb on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green42.7%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#db6dfb text on a black background
contrast 7.59:1
Card sample
#db6dfb text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6dfb;
Background color
Panel with #db6dfb background
background-color: #db6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6dfb; background: linear-gradient(135deg, #db6dfb, #FB6DBC);