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