#db95fd
a light, electric violet · warm · closest name: violet
RGB
219, 149, 253
HSL
280°, 96%, 79%
CMYK
13, 41, 0, 1
Luminance
0.4365
Every format
| HEX | #db95fd |
| RGB | rgb(219, 149, 253) |
| HSL | hsl(280, 96%, 79%) |
| CMYK | cmyk(13%, 41%, 0%, 1%) |
| LAB | lab(72.0 44.1 -41.6) |
| LCH | lch(72.0 60.6 316.7) |
| OKLCH | oklch(0.776 0.160 314.0) |
Copy-ready code
/* CSS */
color: #db95fd;
background-color: #db95fd;
/* Tailwind (arbitrary) */
class="text-[#db95fd] bg-[#db95fd]"
/* SCSS */
$brand: #db95fd;
/* SwiftUI */
Color(red: 0.859, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#db95fd")Accessibility — WCAG contrast
Aa
#db95fd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db95fd on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green58.4%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#db95fd text on a black background
contrast 9.73:1
Card sample
#db95fd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db95fd;
Background color
Panel with #db95fd background
background-color: #db95fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db95fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db95fd; background: linear-gradient(135deg, #db95fd, #FD95DA);