#a3ba8d
a balanced, soft green · cool · closest name: tan
RGB
163, 186, 141
HSL
91°, 25%, 64%
CMYK
12, 0, 24, 27
Luminance
0.4483
Every format
| HEX | #a3ba8d |
| RGB | rgb(163, 186, 141) |
| HSL | hsl(91, 25%, 64%) |
| CMYK | cmyk(12%, 0%, 24%, 27%) |
| LAB | lab(72.8 -16.0 20.3) |
| LCH | lch(72.8 25.9 128.4) |
| OKLCH | oklch(0.760 0.067 129.9) |
Copy-ready code
/* CSS */
color: #a3ba8d;
background-color: #a3ba8d;
/* Tailwind (arbitrary) */
class="text-[#a3ba8d] bg-[#a3ba8d]"
/* SCSS */
$brand: #a3ba8d;
/* SwiftUI */
Color(red: 0.639, green: 0.729, blue: 0.553)
/* Android */
Color.parseColor("#a3ba8d")Accessibility — WCAG contrast
Aa
#a3ba8d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ba8d on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green72.9%
Blue55.3%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow24.2%
Key (black)27.1%
Color previews
#a3ba8d text on a black background
contrast 9.97:1
Card sample
#a3ba8d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ba8d;
Background color
Panel with #a3ba8d background
background-color: #a3ba8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ba8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 186, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 186, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ba8d; background: linear-gradient(135deg, #a3ba8d, #8DBA95);