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