#873b13
a dark, electric orange · warm · closest name: sienna
RGB
135, 59, 19
HSL
21°, 75%, 30%
CMYK
0, 56, 86, 47
Luminance
0.0833
Every format
| HEX | #873b13 |
| RGB | rgb(135, 59, 19) |
| HSL | hsl(21, 75%, 30%) |
| CMYK | cmyk(0%, 56%, 86%, 47%) |
| LAB | lab(34.7 30.2 38.3) |
| LCH | lch(34.7 48.7 51.7) |
| OKLCH | oklch(0.448 0.116 44.6) |
Copy-ready code
/* CSS */
color: #873b13;
background-color: #873b13;
/* Tailwind (arbitrary) */
class="text-[#873b13] bg-[#873b13]"
/* SCSS */
$brand: #873b13;
/* SwiftUI */
Color(red: 0.529, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#873b13")Accessibility — WCAG contrast
Aa
#873b13 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#873b13 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow85.9%
Key (black)47.1%
Color previews
#873b13 text on a black background
contrast 2.67:1
Card sample
#873b13 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873b13;
Background color
Panel with #873b13 background
background-color: #873b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873b13; background: linear-gradient(135deg, #873b13, #868713);