You can use your browsers Inspect Element feature, or a tool like Firebug, to inspect the code structure of your site and locate the classname of any of your elements.
You can add this to your Custom CSS section within the Customizer.
.menu-toggle {
background: #f00;
}
Adjust the #f00
color code to suit your needs.
Hope this helps.