#888866
a balanced, muted yellow · cool · closest name: gray
RGB
136, 136, 102
HSL
60°, 14%, 47%
CMYK
0, 0, 25, 47
Luminance
0.2380
Every format
| HEX | #888866 |
| RGB | rgb(136, 136, 102) |
| HSL | hsl(60, 14%, 47%) |
| CMYK | cmyk(0%, 0%, 25%, 47%) |
| LAB | lab(55.9 -5.9 18.3) |
| LCH | lch(55.9 19.3 107.8) |
| OKLCH | oklch(0.618 0.049 107.7) |
Copy-ready code
/* CSS */
color: #888866;
background-color: #888866;
/* Tailwind (arbitrary) */
class="text-[#888866] bg-[#888866]"
/* SCSS */
$brand: #888866;
/* SwiftUI */
Color(red: 0.533, green: 0.533, blue: 0.400)
/* Android */
Color.parseColor("#888866")Accessibility — WCAG contrast
Aa
#888866 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888866 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green53.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.0%
Key (black)46.7%
Color previews
#888866 text on a black background
contrast 5.76:1
Card sample
#888866 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888866;
Background color
Panel with #888866 background
background-color: #888866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 136, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 136, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888866; background: linear-gradient(135deg, #888866, #718866);