#df7c05
a dark, electric orange · warm · closest name: chocolate
RGB
223, 124, 5
HSL
33°, 96%, 45%
CMYK
0, 44, 98, 13
Luminance
0.3011
Every format
| HEX | #df7c05 |
| RGB | rgb(223, 124, 5) |
| HSL | hsl(33, 96%, 45%) |
| CMYK | cmyk(0%, 44%, 98%, 13%) |
| LAB | lab(61.8 32.1 67.7) |
| LCH | lch(61.8 75.0 64.6) |
| OKLCH | oklch(0.682 0.160 59.2) |
Copy-ready code
/* CSS */
color: #df7c05;
background-color: #df7c05;
/* Tailwind (arbitrary) */
class="text-[#df7c05] bg-[#df7c05]"
/* SCSS */
$brand: #df7c05;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.020)
/* Android */
Color.parseColor("#df7c05")Accessibility — WCAG contrast
Aa
#df7c05 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c05 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow97.8%
Key (black)12.5%
Color previews
#df7c05 text on a black background
contrast 7.02:1
Card sample
#df7c05 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c05;
Background color
Panel with #df7c05 background
background-color: #df7c05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c05; background: linear-gradient(135deg, #df7c05, #B0DF05);