#8c340d
a dark, electric orange · warm · closest name: sienna
RGB
140, 52, 13
HSL
18°, 83%, 30%
CMYK
0, 63, 91, 45
Luminance
0.0806
Every format
| HEX | #8c340d |
| RGB | rgb(140, 52, 13) |
| HSL | hsl(18, 83%, 30%) |
| CMYK | cmyk(0%, 63%, 91%, 45%) |
| LAB | lab(34.1 35.6 40.7) |
| LCH | lch(34.1 54.1 48.8) |
| OKLCH | oklch(0.445 0.129 40.7) |
Copy-ready code
/* CSS */
color: #8c340d;
background-color: #8c340d;
/* Tailwind (arbitrary) */
class="text-[#8c340d] bg-[#8c340d]"
/* SCSS */
$brand: #8c340d;
/* SwiftUI */
Color(red: 0.549, green: 0.204, blue: 0.051)
/* Android */
Color.parseColor("#8c340d")Accessibility — WCAG contrast
Aa
#8c340d on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c340d on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green20.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow90.7%
Key (black)45.1%
Color previews
#8c340d text on a black background
contrast 2.61:1
Card sample
#8c340d text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c340d;
Background color
Panel with #8c340d background
background-color: #8c340d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c340d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 52, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 52, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c340d; background: linear-gradient(135deg, #8c340d, #8C890D);