CSS Color Background

Deep Ruby

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

Preview

Deep Ruby solid color background preview (#843F5B)

Color value: #843F5B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #843F5B; }

HTML Code

<section class="hero deep-ruby-bg"> <h2>Your content</h2> </section> <style> .deep-ruby-bg { background-color: #843F5B; } </style>