#df4c39
a balanced, vivid red · warm · closest name: tomato
RGB
223, 76, 57
HSL
7°, 72%, 55%
CMYK
0, 66, 74, 13
Luminance
0.2115
Every format
| HEX | #df4c39 |
| RGB | rgb(223, 76, 57) |
| HSL | hsl(7, 72%, 55%) |
| CMYK | cmyk(0%, 66%, 74%, 13%) |
| LAB | lab(53.1 56.2 42.3) |
| LCH | lch(53.1 70.3 37.0) |
| OKLCH | oklch(0.617 0.186 30.4) |
Copy-ready code
/* CSS */
color: #df4c39;
background-color: #df4c39;
/* Tailwind (arbitrary) */
class="text-[#df4c39] bg-[#df4c39]"
/* SCSS */
$brand: #df4c39;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.224)
/* Android */
Color.parseColor("#df4c39")Accessibility — WCAG contrast
Aa
#df4c39 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4c39 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow74.4%
Key (black)12.5%
Color previews
#df4c39 text on a black background
contrast 5.23:1
Card sample
#df4c39 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4c39;
Background color
Panel with #df4c39 background
background-color: #df4c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4c39; background: linear-gradient(135deg, #df4c39, #DFBB39);