#db8cfb
a light, electric violet · warm · closest name: violet
RGB
219, 140, 251
HSL
283°, 93%, 77%
CMYK
13, 44, 0, 2
Luminance
0.4078
Every format
| HEX | #db8cfb |
| RGB | rgb(219, 140, 251) |
| HSL | hsl(283, 93%, 77%) |
| CMYK | cmyk(13%, 44%, 0%, 2%) |
| LAB | lab(70.0 48.4 -43.6) |
| LCH | lch(70.0 65.1 318.0) |
| OKLCH | oklch(0.761 0.172 315.6) |
Copy-ready code
/* CSS */
color: #db8cfb;
background-color: #db8cfb;
/* Tailwind (arbitrary) */
class="text-[#db8cfb] bg-[#db8cfb]"
/* SCSS */
$brand: #db8cfb;
/* SwiftUI */
Color(red: 0.859, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#db8cfb")Accessibility — WCAG contrast
Aa
#db8cfb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8cfb on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green54.9%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#db8cfb text on a black background
contrast 9.16:1
Card sample
#db8cfb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8cfb;
Background color
Panel with #db8cfb background
background-color: #db8cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8cfb; background: linear-gradient(135deg, #db8cfb, #FB8CD1);