#db7dfb
a light, electric violet · warm · closest name: violet
RGB
219, 125, 251
HSL
285°, 94%, 74%
CMYK
13, 50, 0, 2
Luminance
0.3669
Every format
| HEX | #db7dfb |
| RGB | rgb(219, 125, 251) |
| HSL | hsl(285, 94%, 74%) |
| CMYK | cmyk(13%, 50%, 0%, 2%) |
| LAB | lab(67.0 56.0 -48.3) |
| LCH | lch(67.0 74.0 319.3) |
| OKLCH | oklch(0.739 0.197 317.0) |
Copy-ready code
/* CSS */
color: #db7dfb;
background-color: #db7dfb;
/* Tailwind (arbitrary) */
class="text-[#db7dfb] bg-[#db7dfb]"
/* SCSS */
$brand: #db7dfb;
/* SwiftUI */
Color(red: 0.859, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#db7dfb")Accessibility — WCAG contrast
Aa
#db7dfb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7dfb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.0%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#db7dfb text on a black background
contrast 8.34:1
Card sample
#db7dfb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7dfb;
Background color
Panel with #db7dfb background
background-color: #db7dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7dfb; background: linear-gradient(135deg, #db7dfb, #FB7DC7);