#df540d
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 84, 13
HSL
20°, 89%, 46%
CMYK
0, 62, 94, 13
Luminance
0.2206
Every format
| HEX | #df540d |
| RGB | rgb(223, 84, 13) |
| HSL | hsl(20, 89%, 46%) |
| CMYK | cmyk(0%, 62%, 94%, 13%) |
| LAB | lab(54.1 51.7 61.4) |
| LCH | lch(54.1 80.2 49.9) |
| OKLCH | oklch(0.624 0.187 41.1) |
Copy-ready code
/* CSS */
color: #df540d;
background-color: #df540d;
/* Tailwind (arbitrary) */
class="text-[#df540d] bg-[#df540d]"
/* SCSS */
$brand: #df540d;
/* SwiftUI */
Color(red: 0.875, green: 0.329, blue: 0.051)
/* Android */
Color.parseColor("#df540d")Accessibility — WCAG contrast
Aa
#df540d on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df540d on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow94.2%
Key (black)12.5%
Color previews
#df540d text on a black background
contrast 5.41:1
Card sample
#df540d text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df540d;
Background color
Panel with #df540d background
background-color: #df540d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df540d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 84, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 84, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df540d; background: linear-gradient(135deg, #df540d, #DEDF0D);