#df820b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 130, 11
HSL
34°, 91%, 46%
CMYK
0, 42, 95, 13
Luminance
0.3168
Every format
| HEX | #df820b |
| RGB | rgb(223, 130, 11) |
| HSL | hsl(34, 91%, 46%) |
| CMYK | cmyk(0%, 42%, 95%, 13%) |
| LAB | lab(63.1 29.0 67.7) |
| LCH | lch(63.1 73.6 66.8) |
| OKLCH | oklch(0.692 0.157 62.2) |
Copy-ready code
/* CSS */
color: #df820b;
background-color: #df820b;
/* Tailwind (arbitrary) */
class="text-[#df820b] bg-[#df820b]"
/* SCSS */
$brand: #df820b;
/* SwiftUI */
Color(red: 0.875, green: 0.510, blue: 0.043)
/* Android */
Color.parseColor("#df820b")Accessibility — WCAG contrast
Aa
#df820b on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df820b on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow95.1%
Key (black)12.5%
Color previews
#df820b text on a black background
contrast 7.34:1
Card sample
#df820b text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df820b;
Background color
Panel with #df820b background
background-color: #df820b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df820b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 130, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 130, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df820b; background: linear-gradient(135deg, #df820b, #AFDF0B);