#db29fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 41, 253
HSL
290°, 98%, 58%
CMYK
13, 84, 0, 1
Luminance
0.2374
Every format
| HEX | #db29fd |
| RGB | rgb(219, 41, 253) |
| HSL | hsl(290, 98%, 58%) |
| CMYK | cmyk(13%, 84%, 0%, 1%) |
| LAB | lab(55.8 87.8 -67.3) |
| LCH | lch(55.8 110.6 322.6) |
| OKLCH | oklch(0.659 0.295 320.1) |
Copy-ready code
/* CSS */
color: #db29fd;
background-color: #db29fd;
/* Tailwind (arbitrary) */
class="text-[#db29fd] bg-[#db29fd]"
/* SCSS */
$brand: #db29fd;
/* SwiftUI */
Color(red: 0.859, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#db29fd")Accessibility — WCAG contrast
Aa
#db29fd on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db29fd on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green16.1%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#db29fd text on a black background
contrast 5.75:1
Card sample
#db29fd text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db29fd;
Background color
Panel with #db29fd background
background-color: #db29fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db29fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db29fd; background: linear-gradient(135deg, #db29fd, #FD2991);