CSS Color Background

Medium Ruby

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

Preview

Medium Ruby solid color background preview (#AA4069)

Color value: #AA4069

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AA4069; }

HTML Code

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