#df710d
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 113, 13
HSL
29°, 89%, 46%
CMYK
0, 49, 94, 13
Luminance
0.2753
Every format
| HEX | #df710d |
| RGB | rgb(223, 113, 13) |
| HSL | hsl(29, 89%, 46%) |
| CMYK | cmyk(0%, 49%, 94%, 13%) |
| LAB | lab(59.5 37.9 64.9) |
| LCH | lch(59.5 75.1 59.7) |
| OKLCH | oklch(0.665 0.165 53.1) |
Copy-ready code
/* CSS */
color: #df710d;
background-color: #df710d;
/* Tailwind (arbitrary) */
class="text-[#df710d] bg-[#df710d]"
/* SCSS */
$brand: #df710d;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.051)
/* Android */
Color.parseColor("#df710d")Accessibility — WCAG contrast
Aa
#df710d on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df710d on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow94.2%
Key (black)12.5%
Color previews
#df710d text on a black background
contrast 6.51:1
Card sample
#df710d text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df710d;
Background color
Panel with #df710d background
background-color: #df710d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df710d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df710d; background: linear-gradient(135deg, #df710d, #C1DF0D);