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