#df5713
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 87, 19
HSL
20°, 84%, 48%
CMYK
0, 61, 92, 13
Luminance
0.2255
Every format
| HEX | #df5713 |
| RGB | rgb(223, 87, 19) |
| HSL | hsl(20, 84%, 48%) |
| CMYK | cmyk(0%, 61%, 92%, 13%) |
| LAB | lab(54.6 50.4 60.1) |
| LCH | lch(54.6 78.5 50.0) |
| OKLCH | oklch(0.628 0.184 41.6) |
Copy-ready code
/* CSS */
color: #df5713;
background-color: #df5713;
/* Tailwind (arbitrary) */
class="text-[#df5713] bg-[#df5713]"
/* SCSS */
$brand: #df5713;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#df5713")Accessibility — WCAG contrast
Aa
#df5713 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5713 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow91.5%
Key (black)12.5%
Color previews
#df5713 text on a black background
contrast 5.51:1
Card sample
#df5713 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5713;
Background color
Panel with #df5713 background
background-color: #df5713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5713; background: linear-gradient(135deg, #df5713, #DFDF13);