#db034f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
219, 3, 79
HSL
339°, 97%, 44%
CMYK
0, 99, 64, 14
Luminance
0.1569
Every format
| HEX | #db034f |
| RGB | rgb(219, 3, 79) |
| HSL | hsl(339, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 64%, 14%) |
| LAB | lab(46.6 73.2 21.4) |
| LCH | lch(46.6 76.3 16.3) |
| OKLCH | oklch(0.568 0.226 13.2) |
Copy-ready code
/* CSS */
color: #db034f;
background-color: #db034f;
/* Tailwind (arbitrary) */
class="text-[#db034f] bg-[#db034f]"
/* SCSS */
$brand: #db034f;
/* SwiftUI */
Color(red: 0.859, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#db034f")Accessibility — WCAG contrast
Aa
#db034f on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db034f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow63.9%
Key (black)14.1%
Color previews
#db034f text on a black background
contrast 4.14:1
Card sample
#db034f text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db034f;
Background color
Panel with #db034f background
background-color: #db034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db034f; background: linear-gradient(135deg, #db034f, #DB4703);