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