#a3b899
a light, soft green · cool · closest name: silver
RGB
163, 184, 153
HSL
101°, 18%, 66%
CMYK
11, 0, 17, 28
Luminance
0.4437
Every format
| HEX | #a3b899 |
| RGB | rgb(163, 184, 153) |
| HSL | hsl(101, 18%, 66%) |
| CMYK | cmyk(11%, 0%, 17%, 28%) |
| LAB | lab(72.5 -13.0 13.4) |
| LCH | lch(72.5 18.7 134.3) |
| OKLCH | oklch(0.758 0.049 135.5) |
Copy-ready code
/* CSS */
color: #a3b899;
background-color: #a3b899;
/* Tailwind (arbitrary) */
class="text-[#a3b899] bg-[#a3b899]"
/* SCSS */
$brand: #a3b899;
/* SwiftUI */
Color(red: 0.639, green: 0.722, blue: 0.600)
/* Android */
Color.parseColor("#a3b899")Accessibility — WCAG contrast
Aa
#a3b899 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3b899 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green72.2%
Blue60.0%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow16.8%
Key (black)27.8%
Color previews
#a3b899 text on a black background
contrast 9.87:1
Card sample
#a3b899 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3b899;
Background color
Panel with #a3b899 background
background-color: #a3b899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3b899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 184, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 184, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3b899; background: linear-gradient(135deg, #a3b899, #99B8A4);