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