CSS Color Background

Slate Gray

Pure CSS color background: #708090. Use this solid color for personal and commercial creative projects.

Preview

Slate Gray solid color background preview (#708090)

Color value: #708090

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #708090; }

HTML Code

<section class="hero slate-gray-bg"> <h2>Your content</h2> </section> <style> .slate-gray-bg { background-color: #708090; } </style>