This renders `(5x`, but if the usage of `luacolor` is removed, the output is `(5x)` as expected.
```
\documentclass{scrartcl}
\usepackage{mathtools}
\usepackage[svgnames]{xcolor}
\usepackage{luacolor}
\begin{document}
\( ({ \mathcolor{Fuchsia}{5} })x \)
\end{document}
```
How so?Fixed in latest TeXLive, the issue on Github seems to be https://github.com/ho-tex/luacolor/issues/7