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