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