#884721
a dark, vivid orange · warm · closest name: sienna
RGB
136, 71, 33
HSL
22°, 61%, 33%
CMYK
0, 48, 76, 47
Luminance
0.0985
Every format
| HEX | #884721 |
| RGB | rgb(136, 71, 33) |
| HSL | hsl(22, 61%, 33%) |
| CMYK | cmyk(0%, 48%, 76%, 47%) |
| LAB | lab(37.6 24.6 34.3) |
| LCH | lch(37.6 42.1 54.3) |
| OKLCH | oklch(0.471 0.102 48.5) |
Copy-ready code
/* CSS */
color: #884721;
background-color: #884721;
/* Tailwind (arbitrary) */
class="text-[#884721] bg-[#884721]"
/* SCSS */
$brand: #884721;
/* SwiftUI */
Color(red: 0.533, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#884721")Accessibility — WCAG contrast
Aa
#884721 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884721 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow75.7%
Key (black)46.7%
Color previews
#884721 text on a black background
contrast 2.97:1
Card sample
#884721 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884721;
Background color
Panel with #884721 background
background-color: #884721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884721; background: linear-gradient(135deg, #884721, #848821);