#db99fd
a light, electric violet · warm · closest name: violet
RGB
219, 153, 253
HSL
280°, 96%, 80%
CMYK
13, 40, 0, 1
Luminance
0.4493
Every format
| HEX | #db99fd |
| RGB | rgb(219, 153, 253) |
| HSL | hsl(280, 96%, 80%) |
| CMYK | cmyk(13%, 40%, 0%, 1%) |
| LAB | lab(72.8 41.9 -40.3) |
| LCH | lch(72.8 58.1 316.2) |
| OKLCH | oklch(0.783 0.153 313.5) |
Copy-ready code
/* CSS */
color: #db99fd;
background-color: #db99fd;
/* Tailwind (arbitrary) */
class="text-[#db99fd] bg-[#db99fd]"
/* SCSS */
$brand: #db99fd;
/* SwiftUI */
Color(red: 0.859, green: 0.600, blue: 0.992)
/* Android */
Color.parseColor("#db99fd")Accessibility — WCAG contrast
Aa
#db99fd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db99fd on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green60.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta39.5%
Yellow0.0%
Key (black)0.8%
Color previews
#db99fd text on a black background
contrast 9.99:1
Card sample
#db99fd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db99fd;
Background color
Panel with #db99fd background
background-color: #db99fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db99fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 153, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 153, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db99fd; background: linear-gradient(135deg, #db99fd, #FD99DC);