#df5809
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 88, 9
HSL
22°, 92%, 46%
CMYK
0, 61, 96, 13
Luminance
0.2269
Every format
| HEX | #df5809 |
| RGB | rgb(223, 88, 9) |
| HSL | hsl(22, 92%, 46%) |
| CMYK | cmyk(0%, 61%, 96%, 13%) |
| LAB | lab(54.8 49.9 62.6) |
| LCH | lch(54.8 80.0 51.5) |
| OKLCH | oklch(0.629 0.184 42.8) |
Copy-ready code
/* CSS */
color: #df5809;
background-color: #df5809;
/* Tailwind (arbitrary) */
class="text-[#df5809] bg-[#df5809]"
/* SCSS */
$brand: #df5809;
/* SwiftUI */
Color(red: 0.875, green: 0.345, blue: 0.035)
/* Android */
Color.parseColor("#df5809")Accessibility — WCAG contrast
Aa
#df5809 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5809 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow96.0%
Key (black)12.5%
Color previews
#df5809 text on a black background
contrast 5.54:1
Card sample
#df5809 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5809;
Background color
Panel with #df5809 background
background-color: #df5809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 88, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 88, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5809; background: linear-gradient(135deg, #df5809, #D8DF09);