#db73eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 115, 235
HSL
292°, 75%, 69%
CMYK
7, 51, 0, 8
Luminance
0.3332
Every format
| HEX | #db73eb |
| RGB | rgb(219, 115, 235) |
| HSL | hsl(292, 75%, 69%) |
| CMYK | cmyk(7%, 51%, 0%, 8%) |
| LAB | lab(64.4 57.9 -43.6) |
| LCH | lch(64.4 72.5 323.0) |
| OKLCH | oklch(0.717 0.196 322.1) |
Copy-ready code
/* CSS */
color: #db73eb;
background-color: #db73eb;
/* Tailwind (arbitrary) */
class="text-[#db73eb] bg-[#db73eb]"
/* SCSS */
$brand: #db73eb;
/* SwiftUI */
Color(red: 0.859, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#db73eb")Accessibility — WCAG contrast
Aa
#db73eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db73eb on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.1%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#db73eb text on a black background
contrast 7.66:1
Card sample
#db73eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db73eb;
Background color
Panel with #db73eb background
background-color: #db73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db73eb; background: linear-gradient(135deg, #db73eb, #EB73AB);