#db53eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
219, 83, 235
HSL
294°, 79%, 62%
CMYK
7, 65, 0, 8
Luminance
0.2724
Every format
| HEX | #db53eb |
| RGB | rgb(219, 83, 235) |
| HSL | hsl(294, 79%, 62%) |
| CMYK | cmyk(7%, 65%, 0%, 8%) |
| LAB | lab(59.2 72.1 -51.8) |
| LCH | lch(59.2 88.8 324.3) |
| OKLCH | oklch(0.679 0.241 323.3) |
Copy-ready code
/* CSS */
color: #db53eb;
background-color: #db53eb;
/* Tailwind (arbitrary) */
class="text-[#db53eb] bg-[#db53eb]"
/* SCSS */
$brand: #db53eb;
/* SwiftUI */
Color(red: 0.859, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#db53eb")Accessibility — WCAG contrast
Aa
#db53eb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db53eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green32.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#db53eb text on a black background
contrast 6.45:1
Card sample
#db53eb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db53eb;
Background color
Panel with #db53eb background
background-color: #db53eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db53eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db53eb; background: linear-gradient(135deg, #db53eb, #EB5396);