As of #487 we will support a few new CSS custom properties so that authors can style <model-viewer> controls with CSS. Initially, we wanted to add --background-color as well, but it's a bit complicated because the background color isn't actually configured with CSS (it's done in WebGL).
We should do the work to support configuring the color with a CSS property, though!