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