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