#db42eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 66, 235
HSL
294°, 81%, 59%
CMYK
7, 72, 0, 8
Luminance
0.2495
Every format
| HEX | #db42eb |
| RGB | rgb(219, 66, 235) |
| HSL | hsl(294, 81%, 59%) |
| CMYK | cmyk(7%, 72%, 0%, 8%) |
| LAB | lab(57.0 78.2 -55.3) |
| LCH | lch(57.0 95.8 324.7) |
| OKLCH | oklch(0.664 0.261 323.8) |
Copy-ready code
/* CSS */
color: #db42eb;
background-color: #db42eb;
/* Tailwind (arbitrary) */
class="text-[#db42eb] bg-[#db42eb]"
/* SCSS */
$brand: #db42eb;
/* SwiftUI */
Color(red: 0.859, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#db42eb")Accessibility — WCAG contrast
Aa
#db42eb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db42eb on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green25.9%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta71.9%
Yellow0.0%
Key (black)7.8%
Color previews
#db42eb text on a black background
contrast 5.99:1
Card sample
#db42eb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db42eb;
Background color
Panel with #db42eb background
background-color: #db42eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db42eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db42eb; background: linear-gradient(135deg, #db42eb, #EB428A);