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