#df5d2f
a balanced, vivid orange · warm · closest name: tomato
RGB
223, 93, 47
HSL
16°, 73%, 53%
CMYK
0, 58, 79, 13
Luminance
0.2372
Every format
| HEX | #df5d2f |
| RGB | rgb(223, 93, 47) |
| HSL | hsl(16, 73%, 53%) |
| CMYK | cmyk(0%, 58%, 79%, 13%) |
| LAB | lab(55.8 48.4 50.2) |
| LCH | lch(55.8 69.7 46.1) |
| OKLCH | oklch(0.637 0.173 38.9) |
Copy-ready code
/* CSS */
color: #df5d2f;
background-color: #df5d2f;
/* Tailwind (arbitrary) */
class="text-[#df5d2f] bg-[#df5d2f]"
/* SCSS */
$brand: #df5d2f;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.184)
/* Android */
Color.parseColor("#df5d2f")Accessibility — WCAG contrast
Aa
#df5d2f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d2f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow78.9%
Key (black)12.5%
Color previews
#df5d2f text on a black background
contrast 5.74:1
Card sample
#df5d2f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d2f;
Background color
Panel with #df5d2f background
background-color: #df5d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d2f; background: linear-gradient(135deg, #df5d2f, #DFD22F);