#db26eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 38, 235
HSL
295°, 83%, 54%
CMYK
7, 84, 0, 8
Luminance
0.2244
Every format
| HEX | #db26eb |
| RGB | rgb(219, 38, 235) |
| HSL | hsl(295, 83%, 54%) |
| CMYK | cmyk(7%, 84%, 0%, 8%) |
| LAB | lab(54.5 85.5 -59.3) |
| LCH | lch(54.5 104.1 325.3) |
| OKLCH | oklch(0.646 0.284 324.3) |
Copy-ready code
/* CSS */
color: #db26eb;
background-color: #db26eb;
/* Tailwind (arbitrary) */
class="text-[#db26eb] bg-[#db26eb]"
/* SCSS */
$brand: #db26eb;
/* SwiftUI */
Color(red: 0.859, green: 0.149, blue: 0.922)
/* Android */
Color.parseColor("#db26eb")Accessibility — WCAG contrast
Aa
#db26eb on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db26eb on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green14.9%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta83.8%
Yellow0.0%
Key (black)7.8%
Color previews
#db26eb text on a black background
contrast 5.49:1
Card sample
#db26eb text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db26eb;
Background color
Panel with #db26eb background
background-color: #db26eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db26eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 38, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 38, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db26eb; background: linear-gradient(135deg, #db26eb, #EB2678);