Achromatic locks saturation (S) at 0 and steps lightness (L) alone from 0 to 100%. Written as HSL it looks like hsl(0, 0%, L%) — the hue number is meaningless, and the result is pure gray.
It is easy to confuse with "monochromatic" because the names sound alike, but they are different ideas. Monochromatic fixes one hue and varies saturation and lightness, so color survives; achromatic sets saturation to zero, so color disappears entirely.
Because there is no color, it looks identical to anyone with color blindness, and it can never clash with anything — which makes it a safe choice for backgrounds, borders, and disabled states. It also strips out whatever mood or energy color was carrying, so teams usually keep one separate accent color for anything that needs to stand out.
When to use
Use it for disabled states, borders, and backgrounds where color should never carry meaning. Add exactly one separate saturated accent if a focal point is needed.