#df404c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 64, 76
HSL
356°, 71%, 56%
CMYK
0, 71, 66, 13
Luminance
0.1988
Every format
| HEX | #df404c |
| RGB | rgb(223, 64, 76) |
| HSL | hsl(356, 71%, 56%) |
| CMYK | cmyk(0%, 71%, 66%, 13%) |
| LAB | lab(51.7 61.6 29.9) |
| LCH | lch(51.7 68.5 25.9) |
| OKLCH | oklch(0.608 0.195 21.2) |
Copy-ready code
/* CSS */
color: #df404c;
background-color: #df404c;
/* Tailwind (arbitrary) */
class="text-[#df404c] bg-[#df404c]"
/* SCSS */
$brand: #df404c;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.298)
/* Android */
Color.parseColor("#df404c")Accessibility — WCAG contrast
Aa
#df404c on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df404c on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow65.9%
Key (black)12.5%
Color previews
#df404c text on a black background
contrast 4.98:1
Card sample
#df404c text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df404c;
Background color
Panel with #df404c background
background-color: #df404c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df404c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df404c; background: linear-gradient(135deg, #df404c, #DF9E40);