CSS Color Background

Light Gray

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

Preview

Light Gray solid color background preview (#D3D3D3)

Color value: #D3D3D3

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D3D3D3; }

HTML Code

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