#a7b686
a balanced, soft green · cool · closest name: tan
RGB
167, 182, 134
HSL
79°, 25%, 62%
CMYK
8, 0, 26, 29
Luminance
0.4339
Every format
| HEX | #a7b686 |
| RGB | rgb(167, 182, 134) |
| HSL | hsl(79, 25%, 62%) |
| CMYK | cmyk(8%, 0%, 26%, 29%) |
| LAB | lab(71.8 -13.6 22.8) |
| LCH | lch(71.8 26.5 120.8) |
| OKLCH | oklch(0.752 0.068 122.1) |
Copy-ready code
/* CSS */
color: #a7b686;
background-color: #a7b686;
/* Tailwind (arbitrary) */
class="text-[#a7b686] bg-[#a7b686]"
/* SCSS */
$brand: #a7b686;
/* SwiftUI */
Color(red: 0.655, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#a7b686")Accessibility — WCAG contrast
Aa
#a7b686 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b686 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green71.4%
Blue52.5%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#a7b686 text on a black background
contrast 9.68:1
Card sample
#a7b686 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b686;
Background color
Panel with #a7b686 background
background-color: #a7b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b686; background: linear-gradient(135deg, #a7b686, #87B686);