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