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