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