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