#df5749
a balanced, vivid red · warm · closest name: tomato
RGB
223, 87, 73
HSL
6°, 70%, 58%
CMYK
0, 61, 67, 13
Luminance
0.2299
Every format
| HEX | #df5749 |
| RGB | rgb(223, 87, 73) |
| HSL | hsl(6, 70%, 58%) |
| CMYK | cmyk(0%, 61%, 67%, 13%) |
| LAB | lab(55.1 52.2 35.7) |
| LCH | lch(55.1 63.3 34.4) |
| OKLCH | oklch(0.633 0.173 28.7) |
Copy-ready code
/* CSS */
color: #df5749;
background-color: #df5749;
/* Tailwind (arbitrary) */
class="text-[#df5749] bg-[#df5749]"
/* SCSS */
$brand: #df5749;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.286)
/* Android */
Color.parseColor("#df5749")Accessibility — WCAG contrast
Aa
#df5749 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5749 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow67.3%
Key (black)12.5%
Color previews
#df5749 text on a black background
contrast 5.60:1
Card sample
#df5749 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5749;
Background color
Panel with #df5749 background
background-color: #df5749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5749; background: linear-gradient(135deg, #df5749, #DFBB49);