#db45eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 69, 235
HSL
294°, 81%, 60%
CMYK
7, 71, 0, 8
Luminance
0.2531
Every format
| HEX | #db45eb |
| RGB | rgb(219, 69, 235) |
| HSL | hsl(294, 81%, 60%) |
| CMYK | cmyk(7%, 71%, 0%, 8%) |
| LAB | lab(57.4 77.2 -54.7) |
| LCH | lch(57.4 94.6 324.7) |
| OKLCH | oklch(0.666 0.258 323.7) |
Copy-ready code
/* CSS */
color: #db45eb;
background-color: #db45eb;
/* Tailwind (arbitrary) */
class="text-[#db45eb] bg-[#db45eb]"
/* SCSS */
$brand: #db45eb;
/* SwiftUI */
Color(red: 0.859, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#db45eb")Accessibility — WCAG contrast
Aa
#db45eb on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db45eb on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green27.1%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#db45eb text on a black background
contrast 6.06:1
Card sample
#db45eb text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db45eb;
Background color
Panel with #db45eb background
background-color: #db45eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db45eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db45eb; background: linear-gradient(135deg, #db45eb, #EB458C);