#db77fd
a light, electric violet · warm · closest name: violet
RGB
219, 119, 253
HSL
285°, 97%, 73%
CMYK
13, 53, 0, 1
Luminance
0.3535
Every format
| HEX | #db77fd |
| RGB | rgb(219, 119, 253) |
| HSL | hsl(285, 97%, 73%) |
| CMYK | cmyk(13%, 53%, 0%, 1%) |
| LAB | lab(66.0 59.4 -51.0) |
| LCH | lch(66.0 78.3 319.4) |
| OKLCH | oklch(0.732 0.208 316.9) |
Copy-ready code
/* CSS */
color: #db77fd;
background-color: #db77fd;
/* Tailwind (arbitrary) */
class="text-[#db77fd] bg-[#db77fd]"
/* SCSS */
$brand: #db77fd;
/* SwiftUI */
Color(red: 0.859, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#db77fd")Accessibility — WCAG contrast
Aa
#db77fd on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db77fd on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green46.7%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#db77fd text on a black background
contrast 8.07:1
Card sample
#db77fd text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db77fd;
Background color
Panel with #db77fd background
background-color: #db77fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db77fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db77fd; background: linear-gradient(135deg, #db77fd, #FD77C6);