CSS Color Background

Taupe Gray

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

Preview

Taupe Gray solid color background preview (#8B8589)

Color value: #8B8589

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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