WordPress Version: 5.5
/**
* Retrieves value for custom background color.
*
* @since 3.0.0
*
* @return string
*/
function get_background_color()
{
return get_theme_mod('background_color', get_theme_support('custom-background', 'default-color'));
}