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