Steel Hex Code — #71797E
RGB, HSL, and CMYK values for Steel.
Last updated: April 6, 2026
Steel Color Values
| Format | Value |
|---|---|
| HEX | #71797E |
| RGB | rgb(113, 121, 126) |
| HSL | hsl(203, 5%, 47%) |
| CMYK | cmyk(10%, 4%, 0%, 51%) |
About Steel
Color psychology: Strength, reliability.
Steel (#71797E) is a medium shade of gray with a hue angle of 203° on the color wheel, 5% saturation, and 47% lightness. It's commonly used in web design, graphic design, and branding where strength, reliability are desired associations.
In color theory, Steel sits in the cool section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Steel in Design
Web Design
Use Steel for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Steel conveys strength, reliability — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:10% M:4% Y:0% K:51%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Steel are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Steel in CSS
/* Using HEX */ color: #71797E; background-color: #71797E; /* Using RGB */ color: rgb(113, 121, 126); /* Using HSL — best for creating variations */ color: hsl(203, 5%, 47%); /* Transparent overlay (50% opacity) */ background-color: rgba(113, 121, 126, 0.5); /* Lighter variant for hover states */ background-color: hsl(203, 5%, 57%); /* Darker variant for active states */ background-color: hsl(203, 5%, 37%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Steel without changing its core hue or saturation.
Colors That Go With Steel
Complementary
Analogous
Triadic
Similar Shades of Gray
Frequently Asked Questions
What is the hex code for Steel?
What is Steel in RGB and when should I use RGB?
How to use Steel in CSS with different color formats?
What is the HSL value of Steel and why is HSL useful for designers?
What is the CMYK value of Steel for print design?
What colors pair well with Steel in design projects?
Is Steel (#71797E) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.