#db59eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
219, 89, 235
HSL
293°, 79%, 64%
CMYK
7, 62, 0, 8
Luminance
0.2820
Every format
| HEX | #db59eb |
| RGB | rgb(219, 89, 235) |
| HSL | hsl(293, 79%, 64%) |
| CMYK | cmyk(7%, 62%, 0%, 8%) |
| LAB | lab(60.1 69.7 -50.4) |
| LCH | lch(60.1 86.0 324.1) |
| OKLCH | oklch(0.686 0.234 323.2) |
Copy-ready code
/* CSS */
color: #db59eb;
background-color: #db59eb;
/* Tailwind (arbitrary) */
class="text-[#db59eb] bg-[#db59eb]"
/* SCSS */
$brand: #db59eb;
/* SwiftUI */
Color(red: 0.859, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#db59eb")Accessibility — WCAG contrast
Aa
#db59eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db59eb on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green34.9%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#db59eb text on a black background
contrast 6.64:1
Card sample
#db59eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db59eb;
Background color
Panel with #db59eb background
background-color: #db59eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db59eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db59eb; background: linear-gradient(135deg, #db59eb, #EB599A);