#db44f2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 68, 242
HSL
292°, 87%, 61%
CMYK
10, 72, 0, 5
Luminance
0.2561
Every format
| HEX | #db44f2 |
| RGB | rgb(219, 68, 242) |
| HSL | hsl(292, 87%, 61%) |
| CMYK | cmyk(10%, 72%, 0%, 5%) |
| LAB | lab(57.7 78.7 -58.2) |
| LCH | lch(57.7 97.9 323.5) |
| OKLCH | oklch(0.670 0.264 322.0) |
Copy-ready code
/* CSS */
color: #db44f2;
background-color: #db44f2;
/* Tailwind (arbitrary) */
class="text-[#db44f2] bg-[#db44f2]"
/* SCSS */
$brand: #db44f2;
/* SwiftUI */
Color(red: 0.859, green: 0.267, blue: 0.949)
/* Android */
Color.parseColor("#db44f2")Accessibility — WCAG contrast
Aa
#db44f2 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db44f2 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green26.7%
Blue94.9%
CMYK percentages
Cyan9.5%
Magenta71.9%
Yellow0.0%
Key (black)5.1%
Color previews
#db44f2 text on a black background
contrast 6.12:1
Card sample
#db44f2 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db44f2;
Background color
Panel with #db44f2 background
background-color: #db44f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db44f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 68, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 68, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db44f2; background: linear-gradient(135deg, #db44f2, #F24495);