#df7417
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 116, 23
HSL
28°, 81%, 48%
CMYK
0, 48, 90, 13
Luminance
0.2824
Every format
| HEX | #df7417 |
| RGB | rgb(223, 116, 23) |
| HSL | hsl(28, 81%, 48%) |
| CMYK | cmyk(0%, 48%, 90%, 13%) |
| LAB | lab(60.1 36.5 63.0) |
| LCH | lch(60.1 72.8 59.9) |
| OKLCH | oklch(0.670 0.162 53.6) |
Copy-ready code
/* CSS */
color: #df7417;
background-color: #df7417;
/* Tailwind (arbitrary) */
class="text-[#df7417] bg-[#df7417]"
/* SCSS */
$brand: #df7417;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.090)
/* Android */
Color.parseColor("#df7417")Accessibility — WCAG contrast
Aa
#df7417 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7417 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow89.7%
Key (black)12.5%
Color previews
#df7417 text on a black background
contrast 6.65:1
Card sample
#df7417 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7417;
Background color
Panel with #df7417 background
background-color: #df7417;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7417;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7417; background: linear-gradient(135deg, #df7417, #C5DF17);