#df504c
a balanced, vivid red · warm · closest name: firebrick
RGB
223, 80, 76
HSL
2°, 70%, 59%
CMYK
0, 64, 66, 13
Luminance
0.2195
Every format
| HEX | #df504c |
| RGB | rgb(223, 80, 76) |
| HSL | hsl(2, 70%, 59%) |
| CMYK | cmyk(0%, 64%, 66%, 13%) |
| LAB | lab(54.0 55.4 32.7) |
| LCH | lch(54.0 64.4 30.6) |
| OKLCH | oklch(0.625 0.179 25.4) |
Copy-ready code
/* CSS */
color: #df504c;
background-color: #df504c;
/* Tailwind (arbitrary) */
class="text-[#df504c] bg-[#df504c]"
/* SCSS */
$brand: #df504c;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.298)
/* Android */
Color.parseColor("#df504c")Accessibility — WCAG contrast
Aa
#df504c on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df504c on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow65.9%
Key (black)12.5%
Color previews
#df504c text on a black background
contrast 5.39:1
Card sample
#df504c text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df504c;
Background color
Panel with #df504c background
background-color: #df504c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df504c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df504c; background: linear-gradient(135deg, #df504c, #DFB24C);