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