#db92fd
a light, electric violet · warm · closest name: violet
RGB
219, 146, 253
HSL
281°, 96%, 78%
CMYK
13, 42, 0, 1
Luminance
0.4271
Every format
| HEX | #db92fd |
| RGB | rgb(219, 146, 253) |
| HSL | hsl(281, 96%, 78%) |
| CMYK | cmyk(13%, 42%, 0%, 1%) |
| LAB | lab(71.4 45.6 -42.6) |
| LCH | lch(71.4 62.4 317.0) |
| OKLCH | oklch(0.772 0.165 314.4) |
Copy-ready code
/* CSS */
color: #db92fd;
background-color: #db92fd;
/* Tailwind (arbitrary) */
class="text-[#db92fd] bg-[#db92fd]"
/* SCSS */
$brand: #db92fd;
/* SwiftUI */
Color(red: 0.859, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#db92fd")Accessibility — WCAG contrast
Aa
#db92fd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db92fd on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green57.3%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#db92fd text on a black background
contrast 9.54:1
Card sample
#db92fd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db92fd;
Background color
Panel with #db92fd background
background-color: #db92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db92fd; background: linear-gradient(135deg, #db92fd, #FD92D8);