#df7616
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 118, 22
HSL
29°, 82%, 48%
CMYK
0, 47, 90, 13
Luminance
0.2870
Every format
| HEX | #df7616 |
| RGB | rgb(223, 118, 22) |
| HSL | hsl(29, 82%, 48%) |
| CMYK | cmyk(0%, 47%, 90%, 13%) |
| LAB | lab(60.5 35.4 63.6) |
| LCH | lch(60.5 72.8 60.9) |
| OKLCH | oklch(0.673 0.161 54.8) |
Copy-ready code
/* CSS */
color: #df7616;
background-color: #df7616;
/* Tailwind (arbitrary) */
class="text-[#df7616] bg-[#df7616]"
/* SCSS */
$brand: #df7616;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.086)
/* Android */
Color.parseColor("#df7616")Accessibility — WCAG contrast
Aa
#df7616 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7616 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow90.1%
Key (black)12.5%
Color previews
#df7616 text on a black background
contrast 6.74:1
Card sample
#df7616 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7616;
Background color
Panel with #df7616 background
background-color: #df7616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7616; background: linear-gradient(135deg, #df7616, #C2DF16);