CSS Color Background

Cool Grey

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

Preview

Cool Grey solid color background preview (#8C92AC)

Color value: #8C92AC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8C92AC; }

HTML Code

<section class="hero cool-grey-bg"> <h2>Your content</h2> </section> <style> .cool-grey-bg { background-color: #8C92AC; } </style>