CSS Color Background

Slate Blue

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

Preview

Slate Blue solid color background preview (#6A5ACD)

Color value: #6A5ACD

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6A5ACD; }

HTML Code

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