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