#df7f16
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 127, 22
HSL
31°, 82%, 48%
CMYK
0, 43, 90, 13
Luminance
0.3092
Every format
| HEX | #df7f16 |
| RGB | rgb(223, 127, 22) |
| HSL | hsl(31, 82%, 48%) |
| CMYK | cmyk(0%, 43%, 90%, 13%) |
| LAB | lab(62.5 30.8 65.0) |
| LCH | lch(62.5 71.9 64.7) |
| OKLCH | oklch(0.688 0.156 59.7) |
Copy-ready code
/* CSS */
color: #df7f16;
background-color: #df7f16;
/* Tailwind (arbitrary) */
class="text-[#df7f16] bg-[#df7f16]"
/* SCSS */
$brand: #df7f16;
/* SwiftUI */
Color(red: 0.875, green: 0.498, blue: 0.086)
/* Android */
Color.parseColor("#df7f16")Accessibility — WCAG contrast
Aa
#df7f16 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7f16 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green49.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow90.1%
Key (black)12.5%
Color previews
#df7f16 text on a black background
contrast 7.18:1
Card sample
#df7f16 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7f16;
Background color
Panel with #df7f16 background
background-color: #df7f16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7f16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 127, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 127, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7f16; background: linear-gradient(135deg, #df7f16, #B9DF16);