#df571b
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 87, 27
HSL
18°, 78%, 49%
CMYK
0, 61, 88, 13
Luminance
0.2258
Every format
| HEX | #df571b |
| RGB | rgb(223, 87, 27) |
| HSL | hsl(18, 78%, 49%) |
| CMYK | cmyk(0%, 61%, 88%, 13%) |
| LAB | lab(54.6 50.6 57.6) |
| LCH | lch(54.6 76.6 48.7) |
| OKLCH | oklch(0.628 0.182 40.6) |
Copy-ready code
/* CSS */
color: #df571b;
background-color: #df571b;
/* Tailwind (arbitrary) */
class="text-[#df571b] bg-[#df571b]"
/* SCSS */
$brand: #df571b;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.106)
/* Android */
Color.parseColor("#df571b")Accessibility — WCAG contrast
Aa
#df571b on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df571b on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow87.9%
Key (black)12.5%
Color previews
#df571b text on a black background
contrast 5.52:1
Card sample
#df571b text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df571b;
Background color
Panel with #df571b background
background-color: #df571b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df571b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df571b; background: linear-gradient(135deg, #df571b, #DFDA1B);