#df7404
a dark, electric orange · warm · closest name: chocolate
RGB
223, 116, 4
HSL
31°, 97%, 45%
CMYK
0, 48, 98, 13
Luminance
0.2819
Every format
| HEX | #df7404 |
| RGB | rgb(223, 116, 4) |
| HSL | hsl(31, 97%, 45%) |
| CMYK | cmyk(0%, 48%, 98%, 13%) |
| LAB | lab(60.1 36.3 66.8) |
| LCH | lch(60.1 76.0 61.5) |
| OKLCH | oklch(0.669 0.165 55.1) |
Copy-ready code
/* CSS */
color: #df7404;
background-color: #df7404;
/* Tailwind (arbitrary) */
class="text-[#df7404] bg-[#df7404]"
/* SCSS */
$brand: #df7404;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.016)
/* Android */
Color.parseColor("#df7404")Accessibility — WCAG contrast
Aa
#df7404 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7404 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow98.2%
Key (black)12.5%
Color previews
#df7404 text on a black background
contrast 6.64:1
Card sample
#df7404 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7404;
Background color
Panel with #df7404 background
background-color: #df7404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7404; background: linear-gradient(135deg, #df7404, #B8DF04);