#df5740
a balanced, vivid red · warm · closest name: tomato
RGB
223, 87, 64
HSL
9°, 71%, 56%
CMYK
0, 61, 71, 13
Luminance
0.2287
Every format
| HEX | #df5740 |
| RGB | rgb(223, 87, 64) |
| HSL | hsl(9, 71%, 56%) |
| CMYK | cmyk(0%, 61%, 71%, 13%) |
| LAB | lab(55.0 51.8 40.6) |
| LCH | lch(55.0 65.8 38.1) |
| OKLCH | oklch(0.631 0.175 31.8) |
Copy-ready code
/* CSS */
color: #df5740;
background-color: #df5740;
/* Tailwind (arbitrary) */
class="text-[#df5740] bg-[#df5740]"
/* SCSS */
$brand: #df5740;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.251)
/* Android */
Color.parseColor("#df5740")Accessibility — WCAG contrast
Aa
#df5740 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5740 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow71.3%
Key (black)12.5%
Color previews
#df5740 text on a black background
contrast 5.57:1
Card sample
#df5740 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5740;
Background color
Panel with #df5740 background
background-color: #df5740;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5740;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5740; background: linear-gradient(135deg, #df5740, #DFC140);