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