#885721
a dark, vivid orange · warm · closest name: sienna
RGB
136, 87, 33
HSL
32°, 61%, 33%
CMYK
0, 36, 76, 47
Luminance
0.1216
Every format
| HEX | #885721 |
| RGB | rgb(136, 87, 33) |
| HSL | hsl(32, 61%, 33%) |
| CMYK | cmyk(0%, 36%, 76%, 47%) |
| LAB | lab(41.5 15.3 38.3) |
| LCH | lch(41.5 41.3 68.2) |
| OKLCH | oklch(0.501 0.094 64.9) |
Copy-ready code
/* CSS */
color: #885721;
background-color: #885721;
/* Tailwind (arbitrary) */
class="text-[#885721] bg-[#885721]"
/* SCSS */
$brand: #885721;
/* SwiftUI */
Color(red: 0.533, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#885721")Accessibility — WCAG contrast
Aa
#885721 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885721 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow75.7%
Key (black)46.7%
Color previews
#885721 text on a black background
contrast 3.43:1
Card sample
#885721 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885721;
Background color
Panel with #885721 background
background-color: #885721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885721; background: linear-gradient(135deg, #885721, #748821);