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