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