Skip to main content

Iron Gray

#595E5E·gray family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#595E5E
RGB
rgb(89, 94, 94)
HSL
hsl(180, 3%, 36%)
OKLCH
oklch(0.477 0.006 197)
CMYK
cmyk(5%, 0%, 0%, 63%)
Luminance:0.1094
CSS var:--color-iron-gray
Tailwind:bg-[#595E5E]

Accessibility

Score: 54/100

On White (#FFF)

6.59:1

AA

On Black (#000)

3.19:1

AA Large

On Light Gray (#F5F5F5)

6.04:1

AA

Best text color on this background:

white6.59:1
Open in Contrast Checker →

Design Applications

Background

background-color: #595E5E

Text Color

color: #595E5E

bg-[#595E5E] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #595E5E

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

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

CSS & Code Examples

Background

background-color: #595E5E;

Text

color: #595E5E;

Border

border: 2px solid #595E5E;

Box Shadow

box-shadow: 0 4px 20px #595E5E40;

Gradient

background: linear-gradient(135deg, #595E5E, #868b8b);

Tailwind-style

--color-iron-gray: #595E5E;

Tailwind CSS Utilities

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

Background

bg-[#595E5E]

Text

text-[#595E5E]

Border

border-[#595E5E]

Ring

ring-[#595E5E]

Fill

fill-[#595E5E]

From (gradient)

from-[#595E5E]

Via (gradient)

via-[#595E5E]

To (gradient)

to-[#595E5E]

Design Tokens

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

CSS Custom Properties

:root {
  --color-iron-gray: #595E5E;
  --color-iron-gray-rgb: 89, 94, 94;
  --color-iron-gray-hsl: 180, 3%, 36%;
}

SCSS Variables

$color-iron-gray: #595E5E;
$color-iron-gray-rgb: 89, 94, 94;
$color-iron-gray-hsl: 180, 3%, 36%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-iron-gray: #595E5E;
}

JSON Design Token (W3C format)

{
  "iron-gray": {
    "value": "#595E5E",
    "type": "color",
    "description": "Iron Gray — #595E5E"
  }
}

What Does Iron Gray Mean? Color Psychology & Cultural Symbolism

Iron Gray at #595E5E is a statement of restraint in a spectrum of declarations. Gray-family tones project professionalism not by commanding attention but by organizing it—creating hierarchy, breathing space, and the visual silence that allows other elements to be seen clearly.

  • Gray is design's great enabler—the neutral foundation on which other colors perform. In corporate contexts it projects professionalism without warmth (contrasted with blue) or assertiveness (contrasted with black). In luxury design, sophisticated warm grays signal refinement and editorial taste.
  • In Japanese aesthetics, gray (haiiro) is deeply valued for its understated elegance—a key component of the wabi-sabi philosophy of imperfect, restrained beauty. Chinese ink painting depends on the full spectrum of gray tones as an expressive medium in itself.
  • Iron Gray's deep lightness (36%) shifts its psychological register: a balanced mid-tone that embodies neutrality, professionalism, sophistication, and balance at its most direct.
  • At 3% saturation, Iron 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.

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

How to Use Iron 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. Iron Gray's deep quality provides the right visual density for the level of sophistication or accessibility the design requires.

  • UI components: neutral backgrounds, disabled states, secondary text—Iron Gray performs reliably in all these roles with its deep tonal character.
  • Brand & identity: professional service identities, technology UIs, editorial layouts—contexts where Iron Gray's neutral quality creates the right register.
  • Typography: Iron Gray works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Iron Gray creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Iron 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.

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

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

Iron Gray (#595E5E) reaches 6.59: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: 10.9%.

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

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

Iron Gray in Industry: Branding, Design & Market Applications

Iron 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 deep, 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: 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: 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: Iron Gray 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, Iron Gray works effectively in architectural visualization, automotive branding, luxury product design—contexts where neutrality serves a secondary but reinforcing role.

For marketers and brand strategists, Iron 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 Iron Gray?
The hex code for Iron Gray is #595E5E. Its RGB values are rgb(89, 94, 94) and its HSL values are hsl(180, 3%, 36%).
What does Iron 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 Iron Gray WCAG accessible?
Iron Gray (#595E5E) passes WCAG AA on white with a 6.59:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Iron Gray?
Iron Gray pairs well with its complementary color Red (#FF0000). Analogous colors like Mint Cream and Opal also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Iron Gray used for?
Iron 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 Iron Gray?
In CSS, use `color: #595E5E` or `background-color: #595E5E`. The CSS custom property is `--color-iron-gray: #595E5E`. In Tailwind CSS, use the arbitrary value class `bg-[#595E5E]` for backgrounds or `text-[#595E5E]` for text.