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