#db15eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 21, 235
HSL
296°, 84%, 50%
CMYK
7, 91, 0, 8
Luminance
0.2159
Every format
| HEX | #db15eb |
| RGB | rgb(219, 21, 235) |
| HSL | hsl(296, 84%, 50%) |
| CMYK | cmyk(7%, 91%, 0%, 8%) |
| LAB | lab(53.6 88.2 -60.8) |
| LCH | lch(53.6 107.1 325.4) |
| OKLCH | oklch(0.639 0.292 324.4) |
Copy-ready code
/* CSS */
color: #db15eb;
background-color: #db15eb;
/* Tailwind (arbitrary) */
class="text-[#db15eb] bg-[#db15eb]"
/* SCSS */
$brand: #db15eb;
/* SwiftUI */
Color(red: 0.859, green: 0.082, blue: 0.922)
/* Android */
Color.parseColor("#db15eb")Accessibility — WCAG contrast
Aa
#db15eb on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db15eb on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green8.2%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta91.1%
Yellow0.0%
Key (black)7.8%
Color previews
#db15eb text on a black background
contrast 5.32:1
Card sample
#db15eb text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db15eb;
Background color
Panel with #db15eb background
background-color: #db15eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db15eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 21, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 21, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db15eb; background: linear-gradient(135deg, #db15eb, #EB156C);