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