#db50eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
219, 80, 235
HSL
294°, 80%, 62%
CMYK
7, 66, 0, 8
Luminance
0.2680
Every format
| HEX | #db50eb |
| RGB | rgb(219, 80, 235) |
| HSL | hsl(294, 80%, 62%) |
| CMYK | cmyk(7%, 66%, 0%, 8%) |
| LAB | lab(58.8 73.2 -52.5) |
| LCH | lch(58.8 90.1 324.4) |
| OKLCH | oklch(0.676 0.245 323.4) |
Copy-ready code
/* CSS */
color: #db50eb;
background-color: #db50eb;
/* Tailwind (arbitrary) */
class="text-[#db50eb] bg-[#db50eb]"
/* SCSS */
$brand: #db50eb;
/* SwiftUI */
Color(red: 0.859, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#db50eb")Accessibility — WCAG contrast
Aa
#db50eb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db50eb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.4%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#db50eb text on a black background
contrast 6.36:1
Card sample
#db50eb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db50eb;
Background color
Panel with #db50eb background
background-color: #db50eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db50eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db50eb; background: linear-gradient(135deg, #db50eb, #EB5094);