CSS Color Background

Light Slate Gray

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

Preview

Light Slate Gray solid color background preview (#778899)

Color value: #778899

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #778899; }

HTML Code

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