#df044d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 4, 77
HSL
340°, 97%, 45%
CMYK
0, 98, 66, 13
Luminance
0.1631
Every format
| HEX | #df044d |
| RGB | rgb(223, 4, 77) |
| HSL | hsl(340, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 66%, 13%) |
| LAB | lab(47.4 74.0 23.8) |
| LCH | lch(47.4 77.7 17.9) |
| OKLCH | oklch(0.576 0.229 14.4) |
Copy-ready code
/* CSS */
color: #df044d;
background-color: #df044d;
/* Tailwind (arbitrary) */
class="text-[#df044d] bg-[#df044d]"
/* SCSS */
$brand: #df044d;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.302)
/* Android */
Color.parseColor("#df044d")Accessibility — WCAG contrast
Aa
#df044d on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df044d on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow65.5%
Key (black)12.5%
Color previews
#df044d text on a black background
contrast 4.26:1
Card sample
#df044d text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df044d;
Background color
Panel with #df044d background
background-color: #df044d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df044d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df044d; background: linear-gradient(135deg, #df044d, #DF4D04);