#df8718
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 135, 24
HSL
34°, 81%, 48%
CMYK
0, 40, 89, 13
Luminance
0.3308
Every format
| HEX | #df8718 |
| RGB | rgb(223, 135, 24) |
| HSL | hsl(34, 81%, 48%) |
| CMYK | cmyk(0%, 40%, 89%, 13%) |
| LAB | lab(64.2 26.6 65.8) |
| LCH | lch(64.2 71.0 68.0) |
| OKLCH | oklch(0.701 0.153 64.1) |
Copy-ready code
/* CSS */
color: #df8718;
background-color: #df8718;
/* Tailwind (arbitrary) */
class="text-[#df8718] bg-[#df8718]"
/* SCSS */
$brand: #df8718;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.094)
/* Android */
Color.parseColor("#df8718")Accessibility — WCAG contrast
Aa
#df8718 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8718 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow89.2%
Key (black)12.5%
Color previews
#df8718 text on a black background
contrast 7.62:1
Card sample
#df8718 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8718;
Background color
Panel with #df8718 background
background-color: #df8718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8718; background: linear-gradient(135deg, #df8718, #B2DF18);