Pewter Hex Code — #8E8E8E
RGB, HSL, and CMYK values for Pewter.
Last updated: April 6, 2026
Pewter Color Values
| Format | Value |
|---|---|
| HEX | #8E8E8E |
| RGB | rgb(142, 142, 142) |
| HSL | hsl(0, 0%, 56%) |
| CMYK | cmyk(0%, 0%, 0%, 44%) |
About Pewter
Color psychology: Durability, simplicity.
Pewter (#8E8E8E) is a medium shade of gray with a hue angle of 0° on the color wheel, 0% saturation, and 56% lightness. It's commonly used in web design, graphic design, and branding where durability, simplicity are desired associations.
In color theory, Pewter sits in the warm section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Pewter in Design
Web Design
Use Pewter 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
Pewter conveys durability, simplicity — 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:0% M:0% Y:0% K:44%) 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
Light colors like Pewter work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pewter in CSS
/* Using HEX */ color: #8E8E8E; background-color: #8E8E8E; /* Using RGB */ color: rgb(142, 142, 142); /* Using HSL — best for creating variations */ color: hsl(0, 0%, 56%); /* Transparent overlay (50% opacity) */ background-color: rgba(142, 142, 142, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 0%, 66%); /* Darker variant for active states */ background-color: hsl(0, 0%, 46%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pewter without changing its core hue or saturation.
Colors That Go With Pewter
Complementary
Analogous
Triadic
Similar Shades of Gray
Frequently Asked Questions
What is the hex code for Pewter?
What is Pewter in RGB and when should I use RGB?
How to use Pewter in CSS with different color formats?
What is the HSL value of Pewter and why is HSL useful for designers?
What is the CMYK value of Pewter for print design?
What colors pair well with Pewter in design projects?
Is Pewter (#8E8E8E) 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.