#df074d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 7, 77
HSL
341°, 94%, 45%
CMYK
0, 97, 66, 13
Luminance
0.1638
Every format
| HEX | #df074d |
| RGB | rgb(223, 7, 77) |
| HSL | hsl(341, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 66%, 13%) |
| LAB | lab(47.5 73.7 23.9) |
| LCH | lch(47.5 77.5 18.0) |
| OKLCH | oklch(0.576 0.228 14.5) |
Copy-ready code
/* CSS */
color: #df074d;
background-color: #df074d;
/* Tailwind (arbitrary) */
class="text-[#df074d] bg-[#df074d]"
/* SCSS */
$brand: #df074d;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.302)
/* Android */
Color.parseColor("#df074d")Accessibility — WCAG contrast
Aa
#df074d on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df074d on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow65.5%
Key (black)12.5%
Color previews
#df074d text on a black background
contrast 4.28:1
Card sample
#df074d text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df074d;
Background color
Panel with #df074d background
background-color: #df074d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df074d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df074d; background: linear-gradient(135deg, #df074d, #DF5107);