#df8313
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 131, 19
HSL
33°, 84%, 48%
CMYK
0, 41, 92, 13
Luminance
0.3197
Every format
| HEX | #df8313 |
| RGB | rgb(223, 131, 19) |
| HSL | hsl(33, 84%, 48%) |
| CMYK | cmyk(0%, 41%, 92%, 13%) |
| LAB | lab(63.3 28.6 66.3) |
| LCH | lch(63.3 72.3 66.7) |
| OKLCH | oklch(0.694 0.155 62.2) |
Copy-ready code
/* CSS */
color: #df8313;
background-color: #df8313;
/* Tailwind (arbitrary) */
class="text-[#df8313] bg-[#df8313]"
/* SCSS */
$brand: #df8313;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.075)
/* Android */
Color.parseColor("#df8313")Accessibility — WCAG contrast
Aa
#df8313 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8313 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow91.5%
Key (black)12.5%
Color previews
#df8313 text on a black background
contrast 7.39:1
Card sample
#df8313 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8313;
Background color
Panel with #df8313 background
background-color: #df8313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8313; background: linear-gradient(135deg, #df8313, #B3DF13);