#db9cfb
a light, electric violet · warm · closest name: violet
RGB
219, 156, 251
HSL
280°, 92%, 80%
CMYK
13, 38, 0, 2
Luminance
0.4580
Every format
| HEX | #db9cfb |
| RGB | rgb(219, 156, 251) |
| HSL | hsl(280, 92%, 80%) |
| CMYK | cmyk(13%, 38%, 0%, 2%) |
| LAB | lab(73.4 39.9 -38.3) |
| LCH | lch(73.4 55.3 316.2) |
| OKLCH | oklch(0.787 0.146 313.7) |
Copy-ready code
/* CSS */
color: #db9cfb;
background-color: #db9cfb;
/* Tailwind (arbitrary) */
class="text-[#db9cfb] bg-[#db9cfb]"
/* SCSS */
$brand: #db9cfb;
/* SwiftUI */
Color(red: 0.859, green: 0.612, blue: 0.984)
/* Android */
Color.parseColor("#db9cfb")Accessibility — WCAG contrast
Aa
#db9cfb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9cfb on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green61.2%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta37.8%
Yellow0.0%
Key (black)1.6%
Color previews
#db9cfb text on a black background
contrast 10.16:1
Card sample
#db9cfb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9cfb;
Background color
Panel with #db9cfb background
background-color: #db9cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 156, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 156, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9cfb; background: linear-gradient(135deg, #db9cfb, #FB9CDC);