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