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