\documentclass{article}
\usepackage{tabularray,xcolor}
\begin{document}
\colorbox{teal8}{.}
\begin{tblr}{r@{\colorbox{teal8}{.}}l}
11 & 11 \\
5 & 1 \\
6 & 78 \\
75 & 5 \\
\end{tblr}
\end{document}
! Use of \@undeclaredcolor doesn't match its definition.
\@ifnextchar ...eserved@d =#1\def \reserved@a {#2}
\def \reserved@b {#3}\futu...
l.12 \end
{tblr}
From https://tex.stackexchange.com/questions/648880/settblrinnertblrcells-bg-cant-change-the-background-color-in-tabularr
The above code produces the following error: