CSS Color Background

Telemagenta

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

Preview

Telemagenta solid color background preview (#CF3476)

Color value: #CF3476

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CF3476; }

HTML Code

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