#df5b09
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 91, 9
HSL
23°, 92%, 46%
CMYK
0, 59, 96, 13
Luminance
0.2319
Every format
| HEX | #df5b09 |
| RGB | rgb(223, 91, 9) |
| HSL | hsl(23, 92%, 46%) |
| CMYK | cmyk(0%, 59%, 96%, 13%) |
| LAB | lab(55.3 48.5 62.9) |
| LCH | lch(55.3 79.5 52.4) |
| OKLCH | oklch(0.633 0.181 43.9) |
Copy-ready code
/* CSS */
color: #df5b09;
background-color: #df5b09;
/* Tailwind (arbitrary) */
class="text-[#df5b09] bg-[#df5b09]"
/* SCSS */
$brand: #df5b09;
/* SwiftUI */
Color(red: 0.875, green: 0.357, blue: 0.035)
/* Android */
Color.parseColor("#df5b09")Accessibility — WCAG contrast
Aa
#df5b09 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5b09 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green35.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow96.0%
Key (black)12.5%
Color previews
#df5b09 text on a black background
contrast 5.64:1
Card sample
#df5b09 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5b09;
Background color
Panel with #df5b09 background
background-color: #df5b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 91, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 91, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5b09; background: linear-gradient(135deg, #df5b09, #D4DF09);