To edit the light grey color of the background on the home page. Just go to Appearance > Customize > Additional CSS and paste the below Custom CSS code:
#page {
background-color: #eeeeee;
}
Note: Change the above HEX color code #eeeeee into your own color code to change the background color code.