CSS Color Background

Lavender Indigo

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

Preview

Lavender Indigo solid color background preview (#9457EB)

Color value: #9457EB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9457EB; }

HTML Code

<section class="hero lavender-indigo-bg"> <h2>Your content</h2> </section> <style> .lavender-indigo-bg { background-color: #9457EB; } </style>