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