#df7411
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 116, 17
HSL
29°, 86%, 47%
CMYK
0, 48, 92, 13
Luminance
0.2822
Every format
| HEX | #df7411 |
| RGB | rgb(223, 116, 17) |
| HSL | hsl(29, 86%, 47%) |
| CMYK | cmyk(0%, 48%, 92%, 13%) |
| LAB | lab(60.1 36.4 64.5) |
| LCH | lch(60.1 74.0 60.6) |
| OKLCH | oklch(0.669 0.163 54.2) |
Copy-ready code
/* CSS */
color: #df7411;
background-color: #df7411;
/* Tailwind (arbitrary) */
class="text-[#df7411] bg-[#df7411]"
/* SCSS */
$brand: #df7411;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.067)
/* Android */
Color.parseColor("#df7411")Accessibility — WCAG contrast
Aa
#df7411 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7411 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow92.4%
Key (black)12.5%
Color previews
#df7411 text on a black background
contrast 6.64:1
Card sample
#df7411 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7411;
Background color
Panel with #df7411 background
background-color: #df7411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7411; background: linear-gradient(135deg, #df7411, #C1DF11);