#df8604
a dark, electric orange · warm · closest name: orange
RGB
223, 134, 4
HSL
36°, 97%, 45%
CMYK
0, 40, 98, 13
Luminance
0.3275
Every format
| HEX | #df8604 |
| RGB | rgb(223, 134, 4) |
| HSL | hsl(36, 97%, 45%) |
| CMYK | cmyk(0%, 40%, 98%, 13%) |
| LAB | lab(64.0 26.8 69.3) |
| LCH | lch(64.0 74.3 68.8) |
| OKLCH | oklch(0.699 0.156 64.8) |
Copy-ready code
/* CSS */
color: #df8604;
background-color: #df8604;
/* Tailwind (arbitrary) */
class="text-[#df8604] bg-[#df8604]"
/* SCSS */
$brand: #df8604;
/* SwiftUI */
Color(red: 0.875, green: 0.525, blue: 0.016)
/* Android */
Color.parseColor("#df8604")Accessibility — WCAG contrast
Aa
#df8604 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8604 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.5%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow98.2%
Key (black)12.5%
Color previews
#df8604 text on a black background
contrast 7.55:1
Card sample
#df8604 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8604;
Background color
Panel with #df8604 background
background-color: #df8604;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8604;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 134, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 134, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8604; background: linear-gradient(135deg, #df8604, #A6DF04);