To set the background color of an element using jQuery, use the `css()` method. Simply select the target element and apply the `background-color` property. For example: `$('selector').css('background-color', 'blue');`. This will change the background to blue. Explore various color options to enhance your website's design!