#873f13
a dark, electric orange · warm · closest name: sienna
RGB
135, 63, 19
HSL
23°, 75%, 30%
CMYK
0, 53, 86, 47
Luminance
0.0875
Every format
| HEX | #873f13 |
| RGB | rgb(135, 63, 19) |
| HSL | hsl(23, 75%, 30%) |
| CMYK | cmyk(0%, 53%, 86%, 47%) |
| LAB | lab(35.5 28.0 39.0) |
| LCH | lch(35.5 48.0 54.3) |
| OKLCH | oklch(0.455 0.112 47.5) |
Copy-ready code
/* CSS */
color: #873f13;
background-color: #873f13;
/* Tailwind (arbitrary) */
class="text-[#873f13] bg-[#873f13]"
/* SCSS */
$brand: #873f13;
/* SwiftUI */
Color(red: 0.529, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#873f13")Accessibility — WCAG contrast
Aa
#873f13 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#873f13 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow85.9%
Key (black)47.1%
Color previews
#873f13 text on a black background
contrast 2.75:1
Card sample
#873f13 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873f13;
Background color
Panel with #873f13 background
background-color: #873f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873f13; background: linear-gradient(135deg, #873f13, #828713);