#df4c49
a balanced, vivid red · warm · closest name: firebrick
RGB
223, 76, 73
HSL
1°, 70%, 58%
CMYK
0, 66, 67, 13
Luminance
0.2134
Every format
| HEX | #df4c49 |
| RGB | rgb(223, 76, 73) |
| HSL | hsl(1, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 67%, 13%) |
| LAB | lab(53.3 56.9 33.6) |
| LCH | lch(53.3 66.1 30.6) |
| OKLCH | oklch(0.620 0.184 25.3) |
Copy-ready code
/* CSS */
color: #df4c49;
background-color: #df4c49;
/* Tailwind (arbitrary) */
class="text-[#df4c49] bg-[#df4c49]"
/* SCSS */
$brand: #df4c49;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.286)
/* Android */
Color.parseColor("#df4c49")Accessibility — WCAG contrast
Aa
#df4c49 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c49 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow67.3%
Key (black)12.5%
Color previews
#df4c49 text on a black background
contrast 5.27:1
Card sample
#df4c49 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c49;
Background color
Panel with #df4c49 background
background-color: #df4c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c49; background: linear-gradient(135deg, #df4c49, #DFB049);