#db76eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
219, 118, 235
HSL
292°, 75%, 69%
CMYK
7, 50, 0, 8
Luminance
0.3402
Every format
| HEX | #db76eb |
| RGB | rgb(219, 118, 235) |
| HSL | hsl(292, 75%, 69%) |
| CMYK | cmyk(7%, 50%, 0%, 8%) |
| LAB | lab(65.0 56.4 -42.7) |
| LCH | lch(65.0 70.8 322.9) |
| OKLCH | oklch(0.722 0.192 322.0) |
Copy-ready code
/* CSS */
color: #db76eb;
background-color: #db76eb;
/* Tailwind (arbitrary) */
class="text-[#db76eb] bg-[#db76eb]"
/* SCSS */
$brand: #db76eb;
/* SwiftUI */
Color(red: 0.859, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#db76eb")Accessibility — WCAG contrast
Aa
#db76eb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db76eb on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green46.3%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#db76eb text on a black background
contrast 7.80:1
Card sample
#db76eb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db76eb;
Background color
Panel with #db76eb background
background-color: #db76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db76eb; background: linear-gradient(135deg, #db76eb, #EB76AD);