#df8e13
a balanced, electric orange · warm · closest name: orange
RGB
223, 142, 19
HSL
36°, 84%, 48%
CMYK
0, 36, 92, 13
Luminance
0.3508
Every format
| HEX | #df8e13 |
| RGB | rgb(223, 142, 19) |
| HSL | hsl(36, 84%, 48%) |
| CMYK | cmyk(0%, 36%, 92%, 13%) |
| LAB | lab(65.8 22.8 68.2) |
| LCH | lch(65.8 71.9 71.5) |
| OKLCH | oklch(0.714 0.152 68.7) |
Copy-ready code
/* CSS */
color: #df8e13;
background-color: #df8e13;
/* Tailwind (arbitrary) */
class="text-[#df8e13] bg-[#df8e13]"
/* SCSS */
$brand: #df8e13;
/* SwiftUI */
Color(red: 0.875, green: 0.557, blue: 0.075)
/* Android */
Color.parseColor("#df8e13")Accessibility — WCAG contrast
Aa
#df8e13 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8e13 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow91.5%
Key (black)12.5%
Color previews
#df8e13 text on a black background
contrast 8.02:1
Card sample
#df8e13 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8e13;
Background color
Panel with #df8e13 background
background-color: #df8e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 142, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 142, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8e13; background: linear-gradient(135deg, #df8e13, #A8DF13);