#874721
a dark, vivid orange · warm · closest name: sienna
RGB
135, 71, 33
HSL
22°, 61%, 33%
CMYK
0, 47, 76, 47
Luminance
0.0977
Every format
| HEX | #874721 |
| RGB | rgb(135, 71, 33) |
| HSL | hsl(22, 61%, 33%) |
| CMYK | cmyk(0%, 47%, 76%, 47%) |
| LAB | lab(37.4 24.1 34.0) |
| LCH | lch(37.4 41.7 54.7) |
| OKLCH | oklch(0.469 0.101 48.9) |
Copy-ready code
/* CSS */
color: #874721;
background-color: #874721;
/* Tailwind (arbitrary) */
class="text-[#874721] bg-[#874721]"
/* SCSS */
$brand: #874721;
/* SwiftUI */
Color(red: 0.529, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#874721")Accessibility — WCAG contrast
Aa
#874721 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#874721 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow75.6%
Key (black)47.1%
Color previews
#874721 text on a black background
contrast 2.95:1
Card sample
#874721 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874721;
Background color
Panel with #874721 background
background-color: #874721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874721; background: linear-gradient(135deg, #874721, #838721);