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