#888855
a dark, soft yellow · cool · closest name: tan
RGB
136, 136, 85
HSL
60°, 23%, 43%
CMYK
0, 0, 38, 47
Luminance
0.2350
Every format
| HEX | #888855 |
| RGB | rgb(136, 136, 85) |
| HSL | hsl(60, 23%, 43%) |
| CMYK | cmyk(0%, 0%, 38%, 47%) |
| LAB | lab(55.6 -8.2 27.4) |
| LCH | lch(55.6 28.6 106.7) |
| OKLCH | oklch(0.614 0.071 108.3) |
Copy-ready code
/* CSS */
color: #888855;
background-color: #888855;
/* Tailwind (arbitrary) */
class="text-[#888855] bg-[#888855]"
/* SCSS */
$brand: #888855;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#888855")Accessibility — WCAG contrast
Aa
#888855 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888855 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#888855 text on a black background
contrast 5.70:1
Card sample
#888855 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888855;
Background color
Panel with #888855 background
background-color: #888855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888855; background: linear-gradient(135deg, #888855, #668855);