#df5d39
a balanced, vivid red · warm · closest name: tomato
RGB
223, 93, 57
HSL
13°, 72%, 55%
CMYK
0, 58, 74, 13
Luminance
0.2381
Every format
| HEX | #df5d39 |
| RGB | rgb(223, 93, 57) |
| HSL | hsl(13, 72%, 55%) |
| CMYK | cmyk(0%, 58%, 74%, 13%) |
| LAB | lab(55.9 48.8 45.3) |
| LCH | lch(55.9 66.6 42.9) |
| OKLCH | oklch(0.638 0.171 36.2) |
Copy-ready code
/* CSS */
color: #df5d39;
background-color: #df5d39;
/* Tailwind (arbitrary) */
class="text-[#df5d39] bg-[#df5d39]"
/* SCSS */
$brand: #df5d39;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.224)
/* Android */
Color.parseColor("#df5d39")Accessibility — WCAG contrast
Aa
#df5d39 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d39 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow74.4%
Key (black)12.5%
Color previews
#df5d39 text on a black background
contrast 5.76:1
Card sample
#df5d39 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d39;
Background color
Panel with #df5d39 background
background-color: #df5d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d39; background: linear-gradient(135deg, #df5d39, #DFCC39);