#df780d
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 120, 13
HSL
31°, 89%, 46%
CMYK
0, 46, 94, 13
Luminance
0.2915
Every format
| HEX | #df780d |
| RGB | rgb(223, 120, 13) |
| HSL | hsl(31, 89%, 46%) |
| CMYK | cmyk(0%, 46%, 94%, 13%) |
| LAB | lab(60.9 34.3 65.9) |
| LCH | lch(60.9 74.3 62.5) |
| OKLCH | oklch(0.676 0.161 56.6) |
Copy-ready code
/* CSS */
color: #df780d;
background-color: #df780d;
/* Tailwind (arbitrary) */
class="text-[#df780d] bg-[#df780d]"
/* SCSS */
$brand: #df780d;
/* SwiftUI */
Color(red: 0.875, green: 0.471, blue: 0.051)
/* Android */
Color.parseColor("#df780d")Accessibility — WCAG contrast
Aa
#df780d on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df780d on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow94.2%
Key (black)12.5%
Color previews
#df780d text on a black background
contrast 6.83:1
Card sample
#df780d text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df780d;
Background color
Panel with #df780d background
background-color: #df780d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df780d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 120, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 120, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df780d; background: linear-gradient(135deg, #df780d, #BADF0D);