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