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