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