What Color Is #97A3AA?
At 202° on the hue wheel, #97A3AA lands firmly in the blue family. Its 10% saturation gives it a muted, understated quality, while 63% lightness positions it as a medium variant — ideal for soft backgrounds and light UI surfaces.
Color Meaning of #97A3AA
Colors in the blue family are associated with trust, reliability, and professionalism. As a medium variant, #97A3AA amplifies those associations with brightness and approachability, making it feel inviting and open.
Where to Use HEX Code #97A3AA
Similar HEX Color Codes
HEX Code #97A3AA in Design Systems
To implement #97A3AA effectively in a design system, define it as a CSS custom property: :root { --color-blue-medium: #97A3AA; }. This single definition propagates to every component referencing the token, and a palette update requires changing just one line.
Accessibility testing is essential. With a perceived brightness of 160/255, pair it with dark text (#1F2937 or darker) on light backgrounds to meet the 4.5:1 WCAG AA threshold. It works well as a surface color or decorative accent.
FAQ About HEX Color Code #97A3AA
What color is #97A3AA?
#97A3AA produces a medium blue tone. The RGB breakdown (151, 163, 170) shows how the three light channels combine to create this specific blue hue at 202° on the color wheel.
Is #97A3AA a dark or light color?
#97A3AA registers as a light color at 160/255 perceived brightness. In practical terms, dark text (#1F2937) is the recommended foreground.
What colors go well with #97A3AA?
#97A3AA. Split-complementary (±150°) adds variety with less tension. Monochromatic schemes — lighter and darker blue shades — are the safest harmonious option.
Can I use #97A3AA for branding?
#97A3AA can serve as a primary or secondary brand color. Before committing, verify it renders well in both RGB (screens) and CMYK (print), test it against competitor palettes for differentiation, and confirm it meets WCAG contrast requirements in all planned applications.
How do I convert #97A3AA to other color formats?
#97A3AA to RGB(151, 163, 170) by splitting the hex into three pairs and converting each from base-16 to base-10. HSL(202°, 10%, 63%) is derived from the RGB values using the standard algorithm. Visit our HEX to HSL converter for additional formats.