CSS Color Background

Rackley

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

Preview

Rackley solid color background preview (#5D8AA8)

Color value: #5D8AA8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5D8AA8; }

HTML Code

<section class="hero rackley-bg"> <h2>Your content</h2> </section> <style> .rackley-bg { background-color: #5D8AA8; } </style>