#df5d47
a balanced, vivid red · warm · closest name: tomato
RGB
223, 93, 71
HSL
9°, 70%, 58%
CMYK
0, 58, 68, 13
Luminance
0.2397
Every format
| HEX | #df5d47 |
| RGB | rgb(223, 93, 71) |
| HSL | hsl(9, 70%, 58%) |
| CMYK | cmyk(0%, 58%, 68%, 13%) |
| LAB | lab(56.1 49.4 38.0) |
| LCH | lch(56.1 62.4 37.6) |
| OKLCH | oklch(0.640 0.167 31.7) |
Copy-ready code
/* CSS */
color: #df5d47;
background-color: #df5d47;
/* Tailwind (arbitrary) */
class="text-[#df5d47] bg-[#df5d47]"
/* SCSS */
$brand: #df5d47;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.278)
/* Android */
Color.parseColor("#df5d47")Accessibility — WCAG contrast
Aa
#df5d47 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d47 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow68.2%
Key (black)12.5%
Color previews
#df5d47 text on a black background
contrast 5.79:1
Card sample
#df5d47 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d47;
Background color
Panel with #df5d47 background
background-color: #df5d47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d47; background: linear-gradient(135deg, #df5d47, #DFC247);