CSS Color Background

Electric Indigo

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

Preview

Electric Indigo solid color background preview (#6F00FF)

Color value: #6F00FF

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

<section class="hero electric-indigo-bg"> <h2>Your content</h2> </section> <style> .electric-indigo-bg { background-color: #6F00FF; } </style>