#874821
a dark, vivid orange · warm · closest name: sienna
RGB
135, 72, 33
HSL
23°, 61%, 33%
CMYK
0, 47, 76, 47
Luminance
0.0990
Every format
| HEX | #874821 |
| RGB | rgb(135, 72, 33) |
| HSL | hsl(23, 61%, 33%) |
| CMYK | cmyk(0%, 47%, 76%, 47%) |
| LAB | lab(37.7 23.6 34.3) |
| LCH | lch(37.7 41.6 55.5) |
| OKLCH | oklch(0.471 0.100 49.9) |
Copy-ready code
/* CSS */
color: #874821;
background-color: #874821;
/* Tailwind (arbitrary) */
class="text-[#874821] bg-[#874821]"
/* SCSS */
$brand: #874821;
/* SwiftUI */
Color(red: 0.529, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#874821")Accessibility — WCAG contrast
Aa
#874821 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#874821 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow75.6%
Key (black)47.1%
Color previews
#874821 text on a black background
contrast 2.98:1
Card sample
#874821 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874821;
Background color
Panel with #874821 background
background-color: #874821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874821; background: linear-gradient(135deg, #874821, #828721);