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