#df472c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 71, 44
HSL
9°, 74%, 52%
CMYK
0, 68, 80, 13
Luminance
0.2038
Every format
| HEX | #df472c |
| RGB | rgb(223, 71, 44) |
| HSL | hsl(9, 74%, 52%) |
| CMYK | cmyk(0%, 68%, 80%, 13%) |
| LAB | lab(52.3 57.7 48.2) |
| LCH | lch(52.3 75.2 39.9) |
| OKLCH | oklch(0.611 0.193 32.4) |
Copy-ready code
/* CSS */
color: #df472c;
background-color: #df472c;
/* Tailwind (arbitrary) */
class="text-[#df472c] bg-[#df472c]"
/* SCSS */
$brand: #df472c;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.173)
/* Android */
Color.parseColor("#df472c")Accessibility — WCAG contrast
Aa
#df472c on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df472c on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow80.3%
Key (black)12.5%
Color previews
#df472c text on a black background
contrast 5.08:1
Card sample
#df472c text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df472c;
Background color
Panel with #df472c background
background-color: #df472c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df472c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df472c; background: linear-gradient(135deg, #df472c, #DFBF2C);