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