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