Skip to main content

Zinc

#8B8B83·gray family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#8B8B83
RGB
rgb(139, 139, 131)
HSL
hsl(60, 3%, 53%)
OKLCH
oklch(0.634 0.012 107)
CMYK
cmyk(0%, 0%, 6%, 45%)
Luminance:0.2559
CSS var:--color-zinc
Tailwind:bg-[#8B8B83]

Accessibility

Score: 39/100

On White (#FFF)

3.43:1

AA Large

On Black (#000)

6.12:1

AA

On Light Gray (#F5F5F5)

3.15:1

AA Large

Best text color on this background:

black6.12:1
Open in Contrast Checker →

Design Applications

Background

background-color: #8B8B83

Text Color

color: #8B8B83

bg-[#8B8B83] text-[#000000]

Accent border card component

border-left: 4px solid #8B8B83

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

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

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

CSS & Code Examples

Background

background-color: #8B8B83;

Text

color: #8B8B83;

Border

border: 2px solid #8B8B83;

Box Shadow

box-shadow: 0 4px 20px #8B8B8340;

Gradient

background: linear-gradient(135deg, #8B8B83, #bbbbb3);

Tailwind-style

--color-zinc: #8B8B83;

Tailwind CSS Utilities

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

Background

bg-[#8B8B83]

Text

text-[#8B8B83]

Border

border-[#8B8B83]

Ring

ring-[#8B8B83]

Fill

fill-[#8B8B83]

From (gradient)

from-[#8B8B83]

Via (gradient)

via-[#8B8B83]

To (gradient)

to-[#8B8B83]

Design Tokens

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

CSS Custom Properties

:root {
  --color-zinc: #8B8B83;
  --color-zinc-rgb: 139, 139, 131;
  --color-zinc-hsl: 60, 3%, 53%;
}

SCSS Variables

$color-zinc: #8B8B83;
$color-zinc-rgb: 139, 139, 131;
$color-zinc-hsl: 60, 3%, 53%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'zinc': '#8B8B83',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-zinc: #8B8B83;
}

JSON Design Token (W3C format)

{
  "zinc": {
    "value": "#8B8B83",
    "type": "color",
    "description": "Zinc — #8B8B83"
  }
}

What Does Zinc 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. Zinc at #8B8B83 projects timelessness as a positive quality, not a deficit.

  • Across color psychology research, gray consistently tests high for "professionalism" associations, making Zinc a reliable vehicle for timelessness in cross-demographic audiences.
  • Brand designers draw on gray-family tones to project precision and reliability—values that Zinc communicates in a medium key.
  • At 3% saturation, Zinc 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.
  • Zinc's medium lightness (53%) shifts its psychological register: a balanced mid-tone that embodies neutrality, professionalism, sophistication, and balance at its most direct.

Zinc asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

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

The decision between warm and cool gray is one of design's subtler but more consequential choices. Zinc's undertone is neutral—which means it pairs naturally with white, concrete grays, and feels at home in digital-forward, technical contexts in context.

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

Zinc asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

Zinc Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Zinc (#8B8B83) reaches 6.12:1 contrast with black 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: 25.6%.

  • As text on white (#FFFFFF): 3.43:1 — AA (large text only)
  • As text on black (#000000): 6.12:1 — AA ✓
  • Best text color on Zinc background: Black (#000000) at 6.12:1
  • WCAG 2.1 luminance: 25.6% — 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
  • Zinc qualifies for normal body text and all larger sizes (AA).

Zinc's WCAG profile makes it a compliant choice for most text applications.

Zinc in Industry: Branding, Design & Market Applications

Zinc (#8B8B83) 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 balance 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: 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: 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: Zinc 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, Zinc works effectively in architectural visualization, automotive branding, luxury product design—contexts where balance serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Zinc?
The hex code for Zinc is #8B8B83. Its RGB values are rgb(139, 139, 131) and its HSL values are hsl(60, 3%, 53%).
What does Zinc 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 Zinc WCAG accessible?
Zinc (#8B8B83) passes WCAG AA-large on white with a 3.43:1 contrast ratio. Its overall accessibility score is 39/100.
What colors go well with Zinc?
Zinc pairs well with its complementary color Blue (#0000FF). Analogous colors like Mushroom and Off White also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Zinc used for?
Zinc 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 Zinc?
In CSS, use `color: #8B8B83` or `background-color: #8B8B83`. The CSS custom property is `--color-zinc: #8B8B83`. In Tailwind CSS, use the arbitrary value class `bg-[#8B8B83]` for backgrounds or `text-[#8B8B83]` for text.