#873708
a dark, electric orange · warm · closest name: sienna
RGB
135, 55, 8
HSL
22°, 89%, 28%
CMYK
0, 59, 94, 47
Luminance
0.0790
Every format
| HEX | #873708 |
| RGB | rgb(135, 55, 8) |
| HSL | hsl(22, 89%, 28%) |
| CMYK | cmyk(0%, 59%, 94%, 47%) |
| LAB | lab(33.8 32.0 41.9) |
| LCH | lch(33.8 52.7 52.6) |
| OKLCH | oklch(0.441 0.122 44.6) |
Copy-ready code
/* CSS */
color: #873708;
background-color: #873708;
/* Tailwind (arbitrary) */
class="text-[#873708] bg-[#873708]"
/* SCSS */
$brand: #873708;
/* SwiftUI */
Color(red: 0.529, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#873708")Accessibility — WCAG contrast
Aa
#873708 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#873708 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow94.1%
Key (black)47.1%
Color previews
#873708 text on a black background
contrast 2.58:1
Card sample
#873708 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873708;
Background color
Panel with #873708 background
background-color: #873708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873708; background: linear-gradient(135deg, #873708, #828708);