Skip to main content

Mountain Gray

#9E9E9E·gray family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Mountain Gray (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#9E9E9E
RGB
rgb(158, 158, 158)
HSL
hsl(0, 0%, 62%)
OKLCH
oklch(0.699 0 0)
CMYK
cmyk(0%, 0%, 0%, 38%)
Luminance:0.3419
CSS var:--color-mountain-gray
Tailwind:bg-[#9E9E9E]

Accessibility

Score: 48/100

On White (#FFF)

2.68:1

Fail

On Black (#000)

7.84:1

AAA

On Light Gray (#F5F5F5)

2.46:1

Fail

Best text color on this background:

black7.84:1
Open in Contrast Checker →

Design Applications

Background

background-color: #9E9E9E

Text Color

color: #9E9E9E

bg-[#9E9E9E] text-[#000000]

Accent border card component

border-left: 4px solid #9E9E9E

Color Meaning & Psychology

Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.

Industry Usage

Common contexts and industries where Mountain Gray is applied in professional design.

  • Premium technology hardware and devices
  • Architectural and interior design services
  • Automotive brands emphasizing refinement
  • Financial and professional services
  • Typography and editorial design
  • Industrial and engineering companies
  • Minimalist fashion and luxury apparel
  • Enterprise software UI neutral elements

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

Mountain Gray is a light color. Use black (#000000) text on top of it for maximum readability (7.84:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #9E9E9E;

Text

color: #9E9E9E;

Border

border: 2px solid #9E9E9E;

Box Shadow

box-shadow: 0 4px 20px #9E9E9E40;

Gradient

background: linear-gradient(135deg, #9E9E9E, #cfcfcf);

Tailwind-style

--color-mountain-gray: #9E9E9E;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Mountain Gray without a custom config.

Background

bg-[#9E9E9E]

Text

text-[#9E9E9E]

Border

border-[#9E9E9E]

Ring

ring-[#9E9E9E]

Fill

fill-[#9E9E9E]

From (gradient)

from-[#9E9E9E]

Via (gradient)

via-[#9E9E9E]

To (gradient)

to-[#9E9E9E]

Design Tokens

Ready-to-use Mountain Gray design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-mountain-gray: #9E9E9E;
  --color-mountain-gray-rgb: 158, 158, 158;
  --color-mountain-gray-hsl: 0, 0%, 62%;
}

SCSS Variables

$color-mountain-gray: #9E9E9E;
$color-mountain-gray-rgb: 158, 158, 158;
$color-mountain-gray-hsl: 0, 0%, 62%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'mountain-gray': '#9E9E9E',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-mountain-gray: #9E9E9E;
}

JSON Design Token (W3C format)

{
  "mountain-gray": {
    "value": "#9E9E9E",
    "type": "color",
    "description": "Mountain Gray — #9E9E9E"
  }
}

What Does Mountain Gray Mean? Color Psychology & Cultural Symbolism

Gray occupies a unique psychological position in color theory. Unlike most colors, it carries almost no direct emotional charge—instead, it creates the conditions for other colors and design elements to be evaluated on their own terms. Mountain Gray at #9E9E9E projects timelessness as a positive quality, not a deficit.

  • Across color psychology research, gray consistently tests high for "professionalism" associations, making Mountain Gray a reliable vehicle for timelessness in cross-demographic audiences.
  • Brand designers draw on gray-family tones to project precision and reliability—values that Mountain Gray communicates in a mid-tone key.
  • At 0% saturation, Mountain Gray reads as neutral—All grays are inherently muted, but mid-tones in the 40-60% lightness range do the heaviest lifting in sophisticated design systems—providing contrast, hierarchy, and structure without ever competing with the palette's primary colors.
  • Mountain Gray's mid-tone lightness (62%) shifts its psychological register: a balanced mid-tone that embodies neutrality, professionalism, sophistication, and balance at its most direct.

The best design systems have at least one gray as foundational as Mountain Gray—the tone that organizes without competing.

How to Use Mountain Gray in Design: Applications, Pairings & Best Practices

Skilled designers know that the quality of a palette's grays determines the quality of the palette itself. Mountain Gray's mid-tone quality provides the right visual density for the level of sophistication or accessibility the design requires.

  • Avoid: color-forward consumer brands that need warmth and personality, children's products, and any context where emotional engagement is the primary goal.
  • Color harmonies: Mountain Gray's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Mountain Gray's neutral quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Mountain Gray creates strong legibility with black text overlays (7.8:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Mountain Gray as text requires a dark background; its 62% lightness means it provides 2.7:1 contrast on white, not meeting WCAG AA.

The best design systems have at least one gray as foundational as Mountain Gray—the tone that organizes without competing.

Mountain Gray Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Mountain Gray (#9E9E9E) achieves a 7.84:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 34.2%.

  • As text on white (#FFFFFF): 2.68:1 — Fail
  • As text on black (#000000): 7.84:1 — AAA ✓
  • Best text color on Mountain Gray background: Black (#000000) at 7.84:1
  • WCAG 2.1 luminance: 34.2% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Mountain Gray qualifies for all text sizes including small body copy (AAA).

For production use, test Mountain Gray against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Mountain Gray in Industry: Branding, Design & Market Applications

Mountain Gray's brand positioning falls squarely in the territory of neutrality, professionalism, sophistication, and balance. Industry data supports its strongest performance in technology, finance, luxury categories, where the neutral saturation calibrates the message at a mid-tone, considered level.

  • Technology: Gray dominates technology UI design because it provides the neutral canvas on which colorful, dynamic interface elements perform. Apple's aluminum aesthetic established gray as the physical language of precision engineering, an association that has persisted across all of tech. (examples: Apple, Microsoft, Salesforce) Cool grays signal digital precision; warm grays feel more approachable and human—choice depends on product personality.
  • Finance & Professional Services: Gray communicates the seriousness of people who manage important things—it's the suit of the professional world. Financial services, consulting, and legal firms use it to project competence, precision, and the absence of emotional noise. (examples: JPMorgan Chase, Goldman Sachs, Visa) Dark charcoal is more authoritative than mid-gray for premium financial brands; lighter grays communicate approachable modernity.
  • Luxury & Automotive: Luxury brands use sophisticated warm grays as an alternative to the expected black—it signals refinement, editorial taste, and the confidence that doesn't need to shout. Automotive brands use it for the same reason: gray cars signal understated premium quality. (examples: Porsche, Tesla, Mercedes-Benz) The specific undertone of a luxury gray (warm vs cool, light vs dark) determines whether it reads as contemporary or classic.
  • Brand positioning: Mountain Gray is best suited for brands projecting professionalism, neutrality, sophistication. Categories outside this positioning—color-forward consumer brands that need warmth and personality—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Mountain Gray works effectively in professional service identities, technology UIs, editorial layouts—contexts where balance serves a secondary but reinforcing role.

For marketers and brand strategists, Mountain Gray is a commitment to neutrality, professionalism, sophistication, and balance. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Mountain Gray?
The hex code for Mountain Gray is #9E9E9E. Its RGB values are rgb(158, 158, 158) and its HSL values are hsl(0, 0%, 62%).
What does Mountain Gray mean in design?
Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.
Is Mountain Gray WCAG accessible?
Mountain Gray (#9E9E9E) does not pass WCAG AA on white (2.68:1 ratio). Use it on dark backgrounds where it achieves 7.84:1. Its overall accessibility score is 48/100.
What colors go well with Mountain Gray?
Mountain Gray pairs well with its complementary color Iron Gray (#595E5E). Analogous colors like Hot Pink and Burgundy also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Mountain Gray used for?
Mountain Gray is commonly used for: Premium technology hardware and devices; Architectural and interior design services; Automotive brands emphasizing refinement; Financial and professional services; Typography and editorial design.
What are the CSS and Tailwind values for Mountain Gray?
In CSS, use `color: #9E9E9E` or `background-color: #9E9E9E`. The CSS custom property is `--color-mountain-gray: #9E9E9E`. In Tailwind CSS, use the arbitrary value class `bg-[#9E9E9E]` for backgrounds or `text-[#9E9E9E]` for text.