#df045e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 4, 94
HSL
335°, 97%, 45%
CMYK
0, 98, 58, 13
Luminance
0.1658
Every format
| HEX | #df045e |
| RGB | rgb(223, 4, 94) |
| HSL | hsl(335, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 58%, 13%) |
| LAB | lab(47.7 74.9 13.8) |
| LCH | lch(47.7 76.2 10.4) |
| OKLCH | oklch(0.579 0.231 8.6) |
Copy-ready code
/* CSS */
color: #df045e;
background-color: #df045e;
/* Tailwind (arbitrary) */
class="text-[#df045e] bg-[#df045e]"
/* SCSS */
$brand: #df045e;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.369)
/* Android */
Color.parseColor("#df045e")Accessibility — WCAG contrast
Aa
#df045e on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df045e on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow57.8%
Key (black)12.5%
Color previews
#df045e text on a black background
contrast 4.32:1
Card sample
#df045e text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df045e;
Background color
Panel with #df045e background
background-color: #df045e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df045e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df045e; background: linear-gradient(135deg, #df045e, #DF3C04);