#df372c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 55, 44
HSL
4°, 74%, 52%
CMYK
0, 75, 80, 13
Luminance
0.1860
Every format
| HEX | #df372c |
| RGB | rgb(223, 55, 44) |
| HSL | hsl(4, 74%, 52%) |
| CMYK | cmyk(0%, 75%, 80%, 13%) |
| LAB | lab(50.2 63.3 46.2) |
| LCH | lch(50.2 78.4 36.1) |
| OKLCH | oklch(0.595 0.206 28.8) |
Copy-ready code
/* CSS */
color: #df372c;
background-color: #df372c;
/* Tailwind (arbitrary) */
class="text-[#df372c] bg-[#df372c]"
/* SCSS */
$brand: #df372c;
/* SwiftUI */
Color(red: 0.875, green: 0.216, blue: 0.173)
/* Android */
Color.parseColor("#df372c")Accessibility — WCAG contrast
Aa
#df372c on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df372c on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow80.3%
Key (black)12.5%
Color previews
#df372c text on a black background
contrast 4.72:1
Card sample
#df372c text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df372c;
Background color
Panel with #df372c background
background-color: #df372c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df372c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 55, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 55, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df372c; background: linear-gradient(135deg, #df372c, #DFAE2C);