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