#886d44
a dark, soft orange · warm · closest name: sienna
RGB
136, 109, 68
HSL
36°, 33%, 40%
CMYK
0, 20, 50, 47
Luminance
0.1659
Every format
| HEX | #886d44 |
| RGB | rgb(136, 109, 68) |
| HSL | hsl(36, 33%, 40%) |
| CMYK | cmyk(0%, 20%, 50%, 47%) |
| LAB | lab(47.7 5.1 26.9) |
| LCH | lch(47.7 27.3 79.2) |
| OKLCH | oklch(0.551 0.067 77.1) |
Copy-ready code
/* CSS */
color: #886d44;
background-color: #886d44;
/* Tailwind (arbitrary) */
class="text-[#886d44] bg-[#886d44]"
/* SCSS */
$brand: #886d44;
/* SwiftUI */
Color(red: 0.533, green: 0.427, blue: 0.267)
/* Android */
Color.parseColor("#886d44")Accessibility — WCAG contrast
Aa
#886d44 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886d44 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green42.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow50.0%
Key (black)46.7%
Color previews
#886d44 text on a black background
contrast 4.32:1
Card sample
#886d44 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886d44;
Background color
Panel with #886d44 background
background-color: #886d44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886d44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 109, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 109, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886d44; background: linear-gradient(135deg, #886d44, #768844);