#df8404
a dark, electric orange · warm · closest name: orange
RGB
223, 132, 4
HSL
35°, 97%, 45%
CMYK
0, 41, 98, 13
Luminance
0.3220
Every format
| HEX | #df8404 |
| RGB | rgb(223, 132, 4) |
| HSL | hsl(35, 97%, 45%) |
| CMYK | cmyk(0%, 41%, 98%, 13%) |
| LAB | lab(63.5 27.9 69.0) |
| LCH | lch(63.5 74.5 68.0) |
| OKLCH | oklch(0.696 0.157 63.7) |
Copy-ready code
/* CSS */
color: #df8404;
background-color: #df8404;
/* Tailwind (arbitrary) */
class="text-[#df8404] bg-[#df8404]"
/* SCSS */
$brand: #df8404;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.016)
/* Android */
Color.parseColor("#df8404")Accessibility — WCAG contrast
Aa
#df8404 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8404 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow98.2%
Key (black)12.5%
Color previews
#df8404 text on a black background
contrast 7.44:1
Card sample
#df8404 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8404;
Background color
Panel with #df8404 background
background-color: #df8404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8404; background: linear-gradient(135deg, #df8404, #A8DF04);