#885700
a dark, electric orange · warm · closest name: sienna
RGB
136, 87, 0
HSL
38°, 100%, 27%
CMYK
0, 36, 100, 47
Luminance
0.1205
Every format
| HEX | #885700 |
| RGB | rgb(136, 87, 0) |
| HSL | hsl(38, 100%, 27%) |
| CMYK | cmyk(0%, 36%, 100%, 47%) |
| LAB | lab(41.3 14.3 49.7) |
| LCH | lch(41.3 51.7 73.9) |
| OKLCH | oklch(0.499 0.107 71.8) |
Copy-ready code
/* CSS */
color: #885700;
background-color: #885700;
/* Tailwind (arbitrary) */
class="text-[#885700] bg-[#885700]"
/* SCSS */
$brand: #885700;
/* SwiftUI */
Color(red: 0.533, green: 0.341, blue: 0.000)
/* Android */
Color.parseColor("#885700")Accessibility — WCAG contrast
Aa
#885700 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#885700 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green34.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow100.0%
Key (black)46.7%
Color previews
#885700 text on a black background
contrast 3.41:1
Card sample
#885700 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #885700;
Background color
Panel with #885700 background
background-color: #885700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #885700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 87, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 87, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #885700; background: linear-gradient(135deg, #885700, #5E8800);