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