#df5000
a dark, electric orange · warm · closest name: chocolate
RGB
223, 80, 0
HSL
22°, 100%, 44%
CMYK
0, 64, 100, 13
Luminance
0.2143
Every format
| HEX | #df5000 |
| RGB | rgb(223, 80, 0) |
| HSL | hsl(22, 100%, 44%) |
| CMYK | cmyk(0%, 64%, 100%, 13%) |
| LAB | lab(53.4 53.3 63.7) |
| LCH | lch(53.4 83.1 50.1) |
| OKLCH | oklch(0.619 0.191 40.8) |
Copy-ready code
/* CSS */
color: #df5000;
background-color: #df5000;
/* Tailwind (arbitrary) */
class="text-[#df5000] bg-[#df5000]"
/* SCSS */
$brand: #df5000;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.000)
/* Android */
Color.parseColor("#df5000")Accessibility — WCAG contrast
Aa
#df5000 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5000 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow100.0%
Key (black)12.5%
Color previews
#df5000 text on a black background
contrast 5.29:1
Card sample
#df5000 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5000;
Background color
Panel with #df5000 background
background-color: #df5000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5000; background: linear-gradient(135deg, #df5000, #D9DF00);