Stone Gray Hex Code — #928E85
RGB, HSL, and CMYK values for Stone Gray.
Last updated: April 6, 2026
Stone Gray Color Values
| Format | Value |
|---|---|
| HEX | #928E85 |
| RGB | rgb(146, 142, 133) |
| HSL | hsl(42, 6%, 55%) |
| CMYK | cmyk(0%, 3%, 9%, 43%) |
About Stone Gray
Color psychology: Stability, permanence.
Stone Gray (#928E85) is a medium shade of gray with a hue angle of 42° on the color wheel, 6% saturation, and 55% lightness. It's commonly used in web design, graphic design, and branding where stability, permanence are desired associations.
In color theory, Stone Gray 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 Stone Gray in Design
Web Design
Use Stone Gray 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
Stone Gray conveys stability, permanence — 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:3% Y:9% K:43%) 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 Stone Gray work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Stone Gray in CSS
/* Using HEX */ color: #928E85; background-color: #928E85; /* Using RGB */ color: rgb(146, 142, 133); /* Using HSL — best for creating variations */ color: hsl(42, 6%, 55%); /* Transparent overlay (50% opacity) */ background-color: rgba(146, 142, 133, 0.5); /* Lighter variant for hover states */ background-color: hsl(42, 6%, 65%); /* Darker variant for active states */ background-color: hsl(42, 6%, 45%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Stone Gray without changing its core hue or saturation.
Colors That Go With Stone Gray
Complementary
Analogous
Triadic
Similar Shades of Gray
Frequently Asked Questions
What is the hex code for Stone Gray?
What is Stone Gray in RGB and when should I use RGB?
How to use Stone Gray in CSS with different color formats?
What is the HSL value of Stone Gray and why is HSL useful for designers?
What is the CMYK value of Stone Gray for print design?
What colors pair well with Stone Gray in design projects?
Is Stone Gray (#928E85) 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.