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