#df520b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 82, 11
HSL
20°, 91%, 46%
CMYK
0, 63, 95, 13
Luminance
0.2175
Every format
| HEX | #df520b |
| RGB | rgb(223, 82, 11) |
| HSL | hsl(20, 91%, 46%) |
| CMYK | cmyk(0%, 63%, 95%, 13%) |
| LAB | lab(53.8 52.5 61.6) |
| LCH | lch(53.8 81.0 49.5) |
| OKLCH | oklch(0.621 0.189 40.6) |
Copy-ready code
/* CSS */
color: #df520b;
background-color: #df520b;
/* Tailwind (arbitrary) */
class="text-[#df520b] bg-[#df520b]"
/* SCSS */
$brand: #df520b;
/* SwiftUI */
Color(red: 0.875, green: 0.322, blue: 0.043)
/* Android */
Color.parseColor("#df520b")Accessibility — WCAG contrast
Aa
#df520b on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df520b on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow95.1%
Key (black)12.5%
Color previews
#df520b text on a black background
contrast 5.35:1
Card sample
#df520b text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df520b;
Background color
Panel with #df520b background
background-color: #df520b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df520b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 82, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 82, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df520b; background: linear-gradient(135deg, #df520b, #DFDF0B);