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