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