CSS Color Background

Dark Slate Blue

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

Preview

Dark Slate Blue solid color background preview (#483D8B)

Color value: #483D8B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #483D8B; }

HTML Code

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