Skip to main content

Dim Gray

#696969·gray family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#696969
RGB
rgb(105, 105, 105)
HSL
hsl(0, 0%, 41%)
OKLCH
oklch(0.521 0 0)
CMYK
cmyk(0%, 0%, 0%, 59%)
Luminance:0.1413
CSS var:--color-dim-gray
Tailwind:bg-[#696969]

Accessibility

Score: 54/100

On White (#FFF)

5.49:1

AA

On Black (#000)

3.83:1

AA Large

On Light Gray (#F5F5F5)

5.04:1

AA

Best text color on this background:

white5.49:1
Open in Contrast Checker →

Design Applications

Background

background-color: #696969

Text Color

color: #696969

bg-[#696969] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #696969

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 Dim 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

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Dim Gray is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.49:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #696969;

Text

color: #696969;

Border

border: 2px solid #696969;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #696969, #979797);

Tailwind-style

--color-dim-gray: #696969;

Tailwind CSS Utilities

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

Background

bg-[#696969]

Text

text-[#696969]

Border

border-[#696969]

Ring

ring-[#696969]

Fill

fill-[#696969]

From (gradient)

from-[#696969]

Via (gradient)

via-[#696969]

To (gradient)

to-[#696969]

Design Tokens

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

CSS Custom Properties

:root {
  --color-dim-gray: #696969;
  --color-dim-gray-rgb: 105, 105, 105;
  --color-dim-gray-hsl: 0, 0%, 41%;
}

SCSS Variables

$color-dim-gray: #696969;
$color-dim-gray-rgb: 105, 105, 105;
$color-dim-gray-hsl: 0, 0%, 41%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-dim-gray: #696969;
}

JSON Design Token (W3C format)

{
  "dim-gray": {
    "value": "#696969",
    "type": "color",
    "description": "Dim Gray — #696969"
  }
}

What Does Dim Gray Mean? Color Psychology & Cultural Symbolism

Color research shows gray consistently rates highest for "professionalism" and "reliability" across cross-cultural studies—qualities that aren't exciting but are essential for the brands and products that need to be trusted with important things. Dim Gray's medium character distills this as professionalism.

  • Across color psychology research, gray consistently tests high for "professionalism" associations, making Dim Gray a reliable vehicle for professionalism in cross-demographic audiences.
  • Brand designers draw on gray-family tones to project precision and reliability—values that Dim Gray communicates in a medium key.
  • At 0% saturation, Dim 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.
  • Dim Gray's medium lightness (41%) 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 Dim Gray—the tone that organizes without competing.

How to Use Dim 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. Dim Gray's medium 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: Dim Gray's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Dim 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.
  • As a dark tone, Dim Gray creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Typography: Dim Gray works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.

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

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

Dim Gray (#696969) reaches 5.49:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 14.1%.

  • As text on white (#FFFFFF): 5.49:1 — AA ✓
  • As text on black (#000000): 3.83:1 — AA (large text only)
  • Best text color on Dim Gray background: White (#FFFFFF) at 5.49:1
  • WCAG 2.1 luminance: 14.1% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Dim Gray qualifies for normal body text and all larger sizes (AA).

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

Dim Gray in Industry: Branding, Design & Market Applications

Dim Gray (#696969) is most at home in industries where neutrality, professionalism, sophistication, and balance are key brand values. Its medium quality makes it particularly effective in Technology contexts, where the neutral saturation signals sophistication at exactly the right register.

  • 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: 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: 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: Dim 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, Dim Gray works effectively in professional service identities, technology UIs, editorial layouts—contexts where sophistication serves a secondary but reinforcing role.

The industries where Dim Gray performs best are those where the audience expects sophistication. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Dim Gray?
The hex code for Dim Gray is #696969. Its RGB values are rgb(105, 105, 105) and its HSL values are hsl(0, 0%, 41%).
What does Dim 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 Dim Gray WCAG accessible?
Dim Gray (#696969) passes WCAG AA on white with a 5.49:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Dim Gray?
Dim 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 Dim Gray used for?
Dim 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 Dim Gray?
In CSS, use `color: #696969` or `background-color: #696969`. The CSS custom property is `--color-dim-gray: #696969`. In Tailwind CSS, use the arbitrary value class `bg-[#696969]` for backgrounds or `text-[#696969]` for text.