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