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