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