#886655
a dark, soft orange · warm · closest name: gray
RGB
136, 102, 85
HSL
20°, 23%, 43%
CMYK
0, 25, 38, 47
Luminance
0.1539
Every format
| HEX | #886655 |
| RGB | rgb(136, 102, 85) |
| HSL | hsl(20, 23%, 43%) |
| CMYK | cmyk(0%, 25%, 38%, 47%) |
| LAB | lab(46.2 11.2 14.9) |
| LCH | lch(46.2 18.7 53.1) |
| OKLCH | oklch(0.540 0.051 47.8) |
Copy-ready code
/* CSS */
color: #886655;
background-color: #886655;
/* Tailwind (arbitrary) */
class="text-[#886655] bg-[#886655]"
/* SCSS */
$brand: #886655;
/* SwiftUI */
Color(red: 0.533, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#886655")Accessibility — WCAG contrast
Aa
#886655 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886655 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green40.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow37.5%
Key (black)46.7%
Color previews
#886655 text on a black background
contrast 4.08:1
Card sample
#886655 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886655;
Background color
Panel with #886655 background
background-color: #886655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886655; background: linear-gradient(135deg, #886655, #888855);