This page redirects to an external site: https://developer.wordpress.org/reference/functions/background_color/
Display background color for the current active theme, if the active theme supports the customize background color ability in the Appearance Customize Screen.
This is a hexadecimal value for the color without the leading hash sign (#).
<?php background_color(); ?>
None.
None.
Display a div with the theme's background color:
<div id="background" style="background-color: #<?php background_color(); ?>"> Content here. </div>
Since: 3.0.0
background_color() is located in wp-includes/theme.php.
get_background_color(), background_image(), get_background_image()