#874321
a dark, vivid orange · warm · closest name: sienna
RGB
135, 67, 33
HSL
20°, 61%, 33%
CMYK
0, 50, 76, 47
Luminance
0.0928
Every format
| HEX | #874321 |
| RGB | rgb(135, 67, 33) |
| HSL | hsl(20, 61%, 33%) |
| CMYK | cmyk(0%, 50%, 76%, 47%) |
| LAB | lab(36.5 26.4 33.1) |
| LCH | lch(36.5 42.3 51.4) |
| OKLCH | oklch(0.463 0.104 45.3) |
Copy-ready code
/* CSS */
color: #874321;
background-color: #874321;
/* Tailwind (arbitrary) */
class="text-[#874321] bg-[#874321]"
/* SCSS */
$brand: #874321;
/* SwiftUI */
Color(red: 0.529, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#874321")Accessibility — WCAG contrast
Aa
#874321 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#874321 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow75.6%
Key (black)47.1%
Color previews
#874321 text on a black background
contrast 2.86:1
Card sample
#874321 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874321;
Background color
Panel with #874321 background
background-color: #874321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874321; background: linear-gradient(135deg, #874321, #878721);