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