#df8019
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 128, 25
HSL
31°, 80%, 49%
CMYK
0, 43, 89, 13
Luminance
0.3120
Every format
| HEX | #df8019 |
| RGB | rgb(223, 128, 25) |
| HSL | hsl(31, 80%, 49%) |
| CMYK | cmyk(0%, 43%, 89%, 13%) |
| LAB | lab(62.7 30.3 64.4) |
| LCH | lch(62.7 71.2 64.8) |
| OKLCH | oklch(0.689 0.155 59.9) |
Copy-ready code
/* CSS */
color: #df8019;
background-color: #df8019;
/* Tailwind (arbitrary) */
class="text-[#df8019] bg-[#df8019]"
/* SCSS */
$brand: #df8019;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.098)
/* Android */
Color.parseColor("#df8019")Accessibility — WCAG contrast
Aa
#df8019 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8019 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow88.8%
Key (black)12.5%
Color previews
#df8019 text on a black background
contrast 7.24:1
Card sample
#df8019 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8019;
Background color
Panel with #df8019 background
background-color: #df8019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8019; background: linear-gradient(135deg, #df8019, #BADF19);