#df593c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 89, 60
HSL
11°, 72%, 56%
CMYK
0, 60, 73, 13
Luminance
0.2316
Every format
| HEX | #df593c |
| RGB | rgb(223, 89, 60) |
| HSL | hsl(11, 72%, 56%) |
| CMYK | cmyk(0%, 60%, 73%, 13%) |
| LAB | lab(55.2 50.7 43.0) |
| LCH | lch(55.2 66.5 40.3) |
| OKLCH | oklch(0.633 0.174 33.8) |
Copy-ready code
/* CSS */
color: #df593c;
background-color: #df593c;
/* Tailwind (arbitrary) */
class="text-[#df593c] bg-[#df593c]"
/* SCSS */
$brand: #df593c;
/* SwiftUI */
Color(red: 0.875, green: 0.349, blue: 0.235)
/* Android */
Color.parseColor("#df593c")Accessibility — WCAG contrast
Aa
#df593c on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df593c on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.9%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow73.1%
Key (black)12.5%
Color previews
#df593c text on a black background
contrast 5.63:1
Card sample
#df593c text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df593c;
Background color
Panel with #df593c background
background-color: #df593c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df593c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 89, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 89, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df593c; background: linear-gradient(135deg, #df593c, #DFC63C);