#a3b686
a balanced, soft green · cool · closest name: tan
RGB
163, 182, 134
HSL
84°, 25%, 62%
CMYK
10, 0, 26, 29
Luminance
0.4296
Every format
| HEX | #a3b686 |
| RGB | rgb(163, 182, 134) |
| HSL | hsl(84, 25%, 62%) |
| CMYK | cmyk(10%, 0%, 26%, 29%) |
| LAB | lab(71.5 -15.1 22.3) |
| LCH | lch(71.5 26.9 124.0) |
| OKLCH | oklch(0.749 0.069 125.6) |
Copy-ready code
/* CSS */
color: #a3b686;
background-color: #a3b686;
/* Tailwind (arbitrary) */
class="text-[#a3b686] bg-[#a3b686]"
/* SCSS */
$brand: #a3b686;
/* SwiftUI */
Color(red: 0.639, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#a3b686")Accessibility — WCAG contrast
Aa
#a3b686 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3b686 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green71.4%
Blue52.5%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#a3b686 text on a black background
contrast 9.59:1
Card sample
#a3b686 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3b686;
Background color
Panel with #a3b686 background
background-color: #a3b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3b686; background: linear-gradient(135deg, #a3b686, #86B689);