#df7906
a dark, electric orange · warm · closest name: chocolate
RGB
223, 121, 6
HSL
32°, 95%, 45%
CMYK
0, 46, 97, 13
Luminance
0.2938
Every format
| HEX | #df7906 |
| RGB | rgb(223, 121, 6) |
| HSL | hsl(32, 95%, 45%) |
| CMYK | cmyk(0%, 46%, 97%, 13%) |
| LAB | lab(61.1 33.7 67.2) |
| LCH | lch(61.1 75.1 63.4) |
| OKLCH | oklch(0.677 0.162 57.6) |
Copy-ready code
/* CSS */
color: #df7906;
background-color: #df7906;
/* Tailwind (arbitrary) */
class="text-[#df7906] bg-[#df7906]"
/* SCSS */
$brand: #df7906;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.024)
/* Android */
Color.parseColor("#df7906")Accessibility — WCAG contrast
Aa
#df7906 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7906 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow97.3%
Key (black)12.5%
Color previews
#df7906 text on a black background
contrast 6.88:1
Card sample
#df7906 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7906;
Background color
Panel with #df7906 background
background-color: #df7906;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7906;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7906; background: linear-gradient(135deg, #df7906, #B4DF06);