#df8916
a balanced, electric orange · warm · closest name: orange
RGB
223, 137, 22
HSL
34°, 82%, 48%
CMYK
0, 39, 90, 13
Luminance
0.3364
Every format
| HEX | #df8916 |
| RGB | rgb(223, 137, 22) |
| HSL | hsl(34, 82%, 48%) |
| CMYK | cmyk(0%, 39%, 90%, 13%) |
| LAB | lab(64.7 25.5 66.7) |
| LCH | lch(64.7 71.4 69.1) |
| OKLCH | oklch(0.705 0.152 65.4) |
Copy-ready code
/* CSS */
color: #df8916;
background-color: #df8916;
/* Tailwind (arbitrary) */
class="text-[#df8916] bg-[#df8916]"
/* SCSS */
$brand: #df8916;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.086)
/* Android */
Color.parseColor("#df8916")Accessibility — WCAG contrast
Aa
#df8916 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8916 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow90.1%
Key (black)12.5%
Color previews
#df8916 text on a black background
contrast 7.73:1
Card sample
#df8916 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8916;
Background color
Panel with #df8916 background
background-color: #df8916;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8916;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8916; background: linear-gradient(135deg, #df8916, #AFDF16);