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