#df960d
a balanced, electric orange · warm · closest name: orange
RGB
223, 150, 13
HSL
39°, 89%, 46%
CMYK
0, 33, 94, 13
Luminance
0.3753
Every format
| HEX | #df960d |
| RGB | rgb(223, 150, 13) |
| HSL | hsl(39, 89%, 46%) |
| CMYK | cmyk(0%, 33%, 94%, 13%) |
| LAB | lab(67.7 18.4 70.6) |
| LCH | lch(67.7 73.0 75.4) |
| OKLCH | oklch(0.728 0.152 73.8) |
Copy-ready code
/* CSS */
color: #df960d;
background-color: #df960d;
/* Tailwind (arbitrary) */
class="text-[#df960d] bg-[#df960d]"
/* SCSS */
$brand: #df960d;
/* SwiftUI */
Color(red: 0.875, green: 0.588, blue: 0.051)
/* Android */
Color.parseColor("#df960d")Accessibility — WCAG contrast
Aa
#df960d on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df960d on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.8%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow94.2%
Key (black)12.5%
Color previews
#df960d text on a black background
contrast 8.51:1
Card sample
#df960d text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df960d;
Background color
Panel with #df960d background
background-color: #df960d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df960d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 150, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 150, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df960d; background: linear-gradient(135deg, #df960d, #9CDF0D);