#db76f7
a light, electric violet · warm · closest name: violet
RGB
219, 118, 247
HSL
287°, 89%, 72%
CMYK
11, 52, 0, 3
Luminance
0.3473
Every format
| HEX | #db76f7 |
| RGB | rgb(219, 118, 247) |
| HSL | hsl(287, 89%, 72%) |
| CMYK | cmyk(11%, 52%, 0%, 3%) |
| LAB | lab(65.5 58.7 -48.4) |
| LCH | lch(65.5 76.1 320.5) |
| OKLCH | oklch(0.728 0.203 318.5) |
Copy-ready code
/* CSS */
color: #db76f7;
background-color: #db76f7;
/* Tailwind (arbitrary) */
class="text-[#db76f7] bg-[#db76f7]"
/* SCSS */
$brand: #db76f7;
/* SwiftUI */
Color(red: 0.859, green: 0.463, blue: 0.969)
/* Android */
Color.parseColor("#db76f7")Accessibility — WCAG contrast
Aa
#db76f7 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db76f7 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green46.3%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta52.2%
Yellow0.0%
Key (black)3.1%
Color previews
#db76f7 text on a black background
contrast 7.95:1
Card sample
#db76f7 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db76f7;
Background color
Panel with #db76f7 background
background-color: #db76f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db76f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 118, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 118, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db76f7; background: linear-gradient(135deg, #db76f7, #F776BD);