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