#df7803
a dark, electric orange · warm · closest name: chocolate
RGB
223, 120, 3
HSL
32°, 97%, 44%
CMYK
0, 46, 99, 13
Luminance
0.2913
Every format
| HEX | #df7803 |
| RGB | rgb(223, 120, 3) |
| HSL | hsl(32, 97%, 44%) |
| CMYK | cmyk(0%, 46%, 99%, 13%) |
| LAB | lab(60.9 34.2 67.5) |
| LCH | lch(60.9 75.7 63.1) |
| OKLCH | oklch(0.675 0.162 57.2) |
Copy-ready code
/* CSS */
color: #df7803;
background-color: #df7803;
/* Tailwind (arbitrary) */
class="text-[#df7803] bg-[#df7803]"
/* SCSS */
$brand: #df7803;
/* SwiftUI */
Color(red: 0.875, green: 0.471, blue: 0.012)
/* Android */
Color.parseColor("#df7803")Accessibility — WCAG contrast
Aa
#df7803 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7803 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.1%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow98.7%
Key (black)12.5%
Color previews
#df7803 text on a black background
contrast 6.83:1
Card sample
#df7803 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7803;
Background color
Panel with #df7803 background
background-color: #df7803;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7803;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 120, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 120, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7803; background: linear-gradient(135deg, #df7803, #B3DF03);