#885521
a dark, vivid orange · warm · closest name: sienna
RGB
136, 85, 33
HSL
30°, 61%, 33%
CMYK
0, 38, 76, 47
Luminance
0.1184
Every format
| HEX | #885521 |
| RGB | rgb(136, 85, 33) |
| HSL | hsl(30, 61%, 33%) |
| CMYK | cmyk(0%, 38%, 76%, 47%) |
| LAB | lab(41.0 16.5 37.8) |
| LCH | lch(41.0 41.2 66.4) |
| OKLCH | oklch(0.497 0.095 62.7) |
Copy-ready code
/* CSS */
color: #885521;
background-color: #885521;
/* Tailwind (arbitrary) */
class="text-[#885521] bg-[#885521]"
/* SCSS */
$brand: #885521;
/* SwiftUI */
Color(red: 0.533, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#885521")Accessibility — WCAG contrast
Aa
#885521 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885521 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow75.7%
Key (black)46.7%
Color previews
#885521 text on a black background
contrast 3.37:1
Card sample
#885521 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885521;
Background color
Panel with #885521 background
background-color: #885521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885521; background: linear-gradient(135deg, #885521, #768821);