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