#df5c49
a balanced, vivid red · warm · closest name: tomato
RGB
223, 92, 73
HSL
8°, 70%, 58%
CMYK
0, 59, 67, 13
Luminance
0.2382
Every format
| HEX | #df5c49 |
| RGB | rgb(223, 92, 73) |
| HSL | hsl(8, 70%, 58%) |
| CMYK | cmyk(0%, 59%, 67%, 13%) |
| LAB | lab(55.9 50.0 36.8) |
| LCH | lch(55.9 62.0 36.3) |
| OKLCH | oklch(0.639 0.168 30.6) |
Copy-ready code
/* CSS */
color: #df5c49;
background-color: #df5c49;
/* Tailwind (arbitrary) */
class="text-[#df5c49] bg-[#df5c49]"
/* SCSS */
$brand: #df5c49;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.286)
/* Android */
Color.parseColor("#df5c49")Accessibility — WCAG contrast
Aa
#df5c49 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5c49 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow67.3%
Key (black)12.5%
Color previews
#df5c49 text on a black background
contrast 5.76:1
Card sample
#df5c49 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5c49;
Background color
Panel with #df5c49 background
background-color: #df5c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5c49; background: linear-gradient(135deg, #df5c49, #DFC049);