CSS Color Background

French Lilac

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

Preview

French Lilac solid color background preview (#86608E)

Color value: #86608E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #86608E; }

HTML Code

<section class="hero french-lilac-bg"> <h2>Your content</h2> </section> <style> .french-lilac-bg { background-color: #86608E; } </style>