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