CSS Color Background

Light Pastel Purple

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

Preview

Light Pastel Purple solid color background preview (#B19CD9)

Color value: #B19CD9

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #B19CD9; }

HTML Code

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