#df560c
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 86, 12
HSL
21°, 90%, 46%
CMYK
0, 61, 95, 13
Luminance
0.2237
Every format
| HEX | #df560c |
| RGB | rgb(223, 86, 12) |
| HSL | hsl(21, 90%, 46%) |
| CMYK | cmyk(0%, 61%, 95%, 13%) |
| LAB | lab(54.4 50.8 61.8) |
| LCH | lch(54.4 80.0 50.6) |
| OKLCH | oklch(0.626 0.185 41.9) |
Copy-ready code
/* CSS */
color: #df560c;
background-color: #df560c;
/* Tailwind (arbitrary) */
class="text-[#df560c] bg-[#df560c]"
/* SCSS */
$brand: #df560c;
/* SwiftUI */
Color(red: 0.875, green: 0.337, blue: 0.047)
/* Android */
Color.parseColor("#df560c")Accessibility — WCAG contrast
Aa
#df560c on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df560c on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow94.6%
Key (black)12.5%
Color previews
#df560c text on a black background
contrast 5.47:1
Card sample
#df560c text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df560c;
Background color
Panel with #df560c background
background-color: #df560c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df560c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 86, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 86, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df560c; background: linear-gradient(135deg, #df560c, #DCDF0C);