#874021
a dark, vivid orange · warm · closest name: sienna
RGB
135, 64, 33
HSL
18°, 61%, 33%
CMYK
0, 53, 76, 47
Luminance
0.0893
Every format
| HEX | #874021 |
| RGB | rgb(135, 64, 33) |
| HSL | hsl(18, 61%, 33%) |
| CMYK | cmyk(0%, 53%, 76%, 47%) |
| LAB | lab(35.9 28.1 32.4) |
| LCH | lch(35.9 42.8 49.1) |
| OKLCH | oklch(0.458 0.107 42.8) |
Copy-ready code
/* CSS */
color: #874021;
background-color: #874021;
/* Tailwind (arbitrary) */
class="text-[#874021] bg-[#874021]"
/* SCSS */
$brand: #874021;
/* SwiftUI */
Color(red: 0.529, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#874021")Accessibility — WCAG contrast
Aa
#874021 on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#874021 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow75.6%
Key (black)47.1%
Color previews
#874021 text on a black background
contrast 2.79:1
Card sample
#874021 text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874021;
Background color
Panel with #874021 background
background-color: #874021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874021; background: linear-gradient(135deg, #874021, #878421);