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