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