#df9507
a balanced, electric orange · warm · closest name: orange
RGB
223, 149, 7
HSL
39°, 94%, 45%
CMYK
0, 33, 97, 13
Luminance
0.3720
Every format
| HEX | #df9507 |
| RGB | rgb(223, 149, 7) |
| HSL | hsl(39, 94%, 45%) |
| CMYK | cmyk(0%, 33%, 97%, 13%) |
| LAB | lab(67.4 18.9 71.2) |
| LCH | lch(67.4 73.7 75.2) |
| OKLCH | oklch(0.726 0.153 73.5) |
Copy-ready code
/* CSS */
color: #df9507;
background-color: #df9507;
/* Tailwind (arbitrary) */
class="text-[#df9507] bg-[#df9507]"
/* SCSS */
$brand: #df9507;
/* SwiftUI */
Color(red: 0.875, green: 0.584, blue: 0.027)
/* Android */
Color.parseColor("#df9507")Accessibility — WCAG contrast
Aa
#df9507 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9507 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow96.9%
Key (black)12.5%
Color previews
#df9507 text on a black background
contrast 8.44:1
Card sample
#df9507 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9507;
Background color
Panel with #df9507 background
background-color: #df9507;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9507;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 149, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 149, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9507; background: linear-gradient(135deg, #df9507, #99DF07);