Skip to main content

Dark Silver

#A9A9A9·gray family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#A9A9A9
RGB
rgb(169, 169, 169)
HSL
hsl(0, 0%, 66%)
OKLCH
oklch(0.735 0 0)
CMYK
cmyk(0%, 0%, 0%, 34%)
Luminance:0.3968
CSS var:--color-dark-silver
Tailwind:bg-[#A9A9A9]

Accessibility

Score: 48/100

On White (#FFF)

2.35:1

Fail

On Black (#000)

8.94:1

AAA

On Light Gray (#F5F5F5)

2.16:1

Fail

Best text color on this background:

black8.94:1
Open in Contrast Checker →

Design Applications

Background

background-color: #A9A9A9

Text Color

color: #A9A9A9

bg-[#A9A9A9] text-[#000000]

Accent border card component

border-left: 4px solid #A9A9A9

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 Dark Silver 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

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

CSS & Code Examples

Background

background-color: #A9A9A9;

Text

color: #A9A9A9;

Border

border: 2px solid #A9A9A9;

Box Shadow

box-shadow: 0 4px 20px #A9A9A940;

Gradient

background: linear-gradient(135deg, #A9A9A9, #dbdbdb);

Tailwind-style

--color-dark-silver: #A9A9A9;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Dark Silver without a custom config.

Background

bg-[#A9A9A9]

Text

text-[#A9A9A9]

Border

border-[#A9A9A9]

Ring

ring-[#A9A9A9]

Fill

fill-[#A9A9A9]

From (gradient)

from-[#A9A9A9]

Via (gradient)

via-[#A9A9A9]

To (gradient)

to-[#A9A9A9]

Design Tokens

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

CSS Custom Properties

:root {
  --color-dark-silver: #A9A9A9;
  --color-dark-silver-rgb: 169, 169, 169;
  --color-dark-silver-hsl: 0, 0%, 66%;
}

SCSS Variables

$color-dark-silver: #A9A9A9;
$color-dark-silver-rgb: 169, 169, 169;
$color-dark-silver-hsl: 0, 0%, 66%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'dark-silver': '#A9A9A9',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-dark-silver: #A9A9A9;
}

JSON Design Token (W3C format)

{
  "dark-silver": {
    "value": "#A9A9A9",
    "type": "color",
    "description": "Dark Silver — #A9A9A9"
  }
}

What Does Dark Silver Mean? Color Psychology & Cultural Symbolism

The psychology of Dark Silver is about trust through restraint. In a visual culture of constant stimulation, a mid-tone gray that refuses to shout becomes its own kind of statement—one of precision, confidence, and professional control.

  • Across color psychology research, gray consistently tests high for "professionalism" associations, making Dark Silver a reliable vehicle for neutrality in cross-demographic audiences.
  • Brand designers draw on gray-family tones to project precision and reliability—values that Dark Silver communicates in a mid-tone key.
  • At 0% saturation, Dark Silver 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.
  • Dark Silver's mid-tone lightness (66%) shifts its psychological register: Light grays are design's most essential neutral—they function as sophisticated whites, creating space without the harshness of pure #FFFFFF.

Dark Silver lets everything else be what it is. That generosity is its design superpower.

How to Use Dark Silver in Design: Applications, Pairings & Best Practices

Dark Silver is the backbone of professional design systems—the color that makes typography legible, spacing visible, and content hierarchy clear. Its neutrality is a feature, not a limitation.

  • 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: Dark Silver's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Dark Silver's neutral quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Dark Silver creates strong legibility with black text overlays (8.9:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Dark Silver as text requires a dark background; its 66% lightness means it provides 2.4:1 contrast on white, not meeting WCAG AA.

Dark Silver lets everything else be what it is. That generosity is its design superpower.

Dark Silver Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Dark Silver (#A9A9A9) achieves a 8.94: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: 39.7%.

  • As text on white (#FFFFFF): 2.35:1 — Fail
  • As text on black (#000000): 8.94:1 — AAA ✓
  • Best text color on Dark Silver background: Black (#000000) at 8.94:1
  • WCAG 2.1 luminance: 39.7% — 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
  • Dark Silver qualifies for all text sizes including small body copy (AAA).

Always verify Dark Silver at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Dark Silver in Industry: Branding, Design & Market Applications

Across industry research, gray-family tones consistently outperform competitors in categories built on neutrality, professionalism, sophistication, and balance. Dark Silver is a mid-tone expression of this advantage—best positioned in Technology and adjacent markets.

  • 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: Notion, Slack, 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: Capital One, PayPal, 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: BMW, Mercedes-Benz, Tesla) The specific undertone of a luxury gray (warm vs cool, light vs dark) determines whether it reads as contemporary or classic.
  • Brand positioning: Dark Silver is best suited for brands projecting precision, reliability, sophistication. Categories outside this positioning—color-forward consumer brands that need warmth and personality—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Dark Silver works effectively in architectural visualization, automotive branding, luxury product design—contexts where timelessness serves a secondary but reinforcing role.

Dark Silver earns its strongest ROI in industries where trust and recognition compound over time: Technology, Finance & Professional Services, Luxury & Automotive. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Dark Silver?
The hex code for Dark Silver is #A9A9A9. Its RGB values are rgb(169, 169, 169) and its HSL values are hsl(0, 0%, 66%).
What does Dark Silver 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 Dark Silver WCAG accessible?
Dark Silver (#A9A9A9) does not pass WCAG AA on white (2.35:1 ratio). Use it on dark backgrounds where it achieves 8.94:1. Its overall accessibility score is 48/100.
What colors go well with Dark Silver?
Dark Silver 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 Dark Silver used for?
Dark Silver 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 Dark Silver?
In CSS, use `color: #A9A9A9` or `background-color: #A9A9A9`. The CSS custom property is `--color-dark-silver: #A9A9A9`. In Tailwind CSS, use the arbitrary value class `bg-[#A9A9A9]` for backgrounds or `text-[#A9A9A9]` for text.