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