Skip to main content

Indigo Dye

#00416A·blue family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#00416A
RGB
rgb(0, 65, 106)
HSL
hsl(203, 100%, 21%)
OKLCH
oklch(0.363 0.091 245)
CMYK
cmyk(100%, 39%, 0%, 58%)
Luminance:0.0482
CSS var:--color-indigo-dye
Tailwind:bg-[#00416A]

Accessibility

Score: 96/100

On White (#FFF)

10.69:1

AAA

On Black (#000)

1.96:1

Fail

On Light Gray (#F5F5F5)

9.81:1

AAA

Best text color on this background:

white10.69:1
Open in Contrast Checker →

Design Applications

Background

background-color: #00416A

Text Color

color: #00416A

bg-[#00416A] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #00416A

Color Meaning & Psychology

Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its very dark, near-black depth creates dramatic intensity — maximally contrastive, powerful, and reserved for focal design elements where other dark colors would disappear.

Industry Usage

Common contexts and industries where Indigo Dye is applied in professional design.

  • Banking, insurance, and financial institutions
  • Healthcare and medical device companies
  • Enterprise software and SaaS platforms
  • Government and public sector organizations
  • Airlines and aviation brands
  • Communication and social networking apps
  • Cybersecurity and data protection products
  • Pharmaceutical companies and clinical products

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

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

CSS & Code Examples

Background

background-color: #00416A;

Text

color: #00416A;

Border

border: 2px solid #00416A;

Box Shadow

box-shadow: 0 4px 20px #00416A40;

Gradient

background: linear-gradient(135deg, #00416A, #406c98);

Tailwind-style

--color-indigo-dye: #00416A;

Tailwind CSS Utilities

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

Background

bg-[#00416A]

Text

text-[#00416A]

Border

border-[#00416A]

Ring

ring-[#00416A]

Fill

fill-[#00416A]

From (gradient)

from-[#00416A]

Via (gradient)

via-[#00416A]

To (gradient)

to-[#00416A]

Design Tokens

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

CSS Custom Properties

:root {
  --color-indigo-dye: #00416A;
  --color-indigo-dye-rgb: 0, 65, 106;
  --color-indigo-dye-hsl: 203, 100%, 21%;
}

SCSS Variables

$color-indigo-dye: #00416A;
$color-indigo-dye-rgb: 0, 65, 106;
$color-indigo-dye-hsl: 203, 100%, 21%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'indigo-dye': '#00416A',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-indigo-dye: #00416A;
}

JSON Design Token (W3C format)

{
  "indigo-dye": {
    "value": "#00416A",
    "type": "color",
    "description": "Indigo Dye — #00416A"
  }
}

What Does Indigo Dye Mean? Color Psychology & Cultural Symbolism

Where red demands action and green signals approval, blue invites consideration. Indigo Dye (#00416A) operates in this reflective register—its dark character at 21% lightness creating space for reliability to develop gradually rather than announce itself.

  • Blue is the most universally trusted color in Western design—associated with authority (government, police, corporate), intelligence (universities, technology), and emotional calm (water, sky). It's the dominant color in corporate branding precisely because it creates immediate credibility.
  • In Chinese tradition, blue represents immortality and the heavens, associated with the element of wood and spring vitality. In many Islamic cultures, blue offers protection from evil (the "evil eye" tradition), and in Indian traditions it's associated with divinity (Krishna).
  • Indigo Dye's dark lightness (21%) shifts its psychological register: Navy and deep blues project gravitas, authority, and executive-level trust—the dominant choice for financial services, law firms, and premium B2B brands.
  • At 100% saturation, Indigo Dye reads as vivid—Electric and royal blues are modern, confident, and digitally native—they signal tech-forward positioning and work well for startups challenging traditional industries.

In a world of visual noise, Indigo Dye earns attention through steadiness. Use it where you need to be believed.

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

Indigo Dye's accessibility profile makes it one of the more designer-friendly choices in the warm-cool spectrum. Its dark quality at 21% lightness typically produces workable contrast ratios for both text and UI applications.

  • UI components: primary brand color, link color, interactive states—Indigo Dye performs reliably in all these roles with its dark tonal character.
  • Brand & identity: corporate identity, banking and finance UIs, healthcare platforms—contexts where Indigo Dye's vivid quality creates the right register.
  • Typography: Indigo Dye works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Indigo Dye creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Indigo Dye's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

In a world of visual noise, Indigo Dye earns attention through steadiness. Use it where you need to be believed.

Indigo Dye Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Indigo Dye (#00416A) achieves a 10.69:1 contrast ratio with white 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: 4.8%.

  • As text on white (#FFFFFF): 10.69:1 — AAA ✓
  • As text on black (#000000): 1.96:1 — Fail
  • Best text color on Indigo Dye background: White (#FFFFFF) at 10.69:1
  • WCAG 2.1 luminance: 4.8% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Indigo Dye qualifies for all text sizes including small body copy (AAA).
  • Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.

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

Indigo Dye in Industry: Branding, Design & Market Applications

Across industry research, blue-family tones consistently outperform competitors in categories built on trust, reliability, calm, and professionalism. Indigo Dye is a dark expression of this advantage—best positioned in Finance & Banking and adjacent markets.

  • Finance & Banking: Blue is the most trusted color in financial services—a global design convention built over decades. It signals fiduciary reliability, stability, and the conservative stewardship that depositors and investors need to feel comfortable transferring wealth. (examples: JPMorgan Chase, Goldman Sachs, Visa) Dark navy communicates established tradition; mid-tone blues suggest accessible, modern banking. Avoid pure bright blue for legacy institutions.
  • Technology: Technology brands use blue to communicate intelligence, reliability, and forward-thinking professionalism. From legacy enterprise software to consumer apps, blue provides a neutral credibility that scales across markets and cultures. (examples: Notion, Slack, Salesforce) Varying the tone of blue is how tech brands differentiate: sky blue for friendliness (consumer apps), royal blue for confidence (productivity tools), navy for enterprise seriousness.
  • Healthcare: Healthcare's use of blue is a trust transfer from corporate credibility to clinical reliability. Patients associate blue with cleanliness, precision, and medical competence—making it the second most common healthcare color after white. (examples: Headspace, One Medical, Kaiser Permanente) Teal-blue works particularly well for health tech and telemedicine, balancing clinical trust with digital accessibility.
  • Brand positioning: Indigo Dye is best suited for brands projecting stability, competence, professionalism. Categories outside this positioning—food contexts where it suppresses appetite (the only major color with no natural blue foods)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Indigo Dye works effectively in trust-critical applications, government services, B2B software—contexts where calm serves a secondary but reinforcing role.

Indigo Dye earns its strongest ROI in industries where trust and recognition compound over time: Finance & Banking, Technology, Healthcare. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Indigo Dye?
The hex code for Indigo Dye is #00416A. Its RGB values are rgb(0, 65, 106) and its HSL values are hsl(203, 100%, 21%).
What does Indigo Dye mean in design?
Blue is the world's most universally preferred color across cultures. It slows respiration, lowers blood pressure, and promotes calm — the physiological opposite of red. Blue's associations with sky and water make it feel limitless, trustworthy, and reliable. In corporate design, blue dominates banking, insurance, healthcare, and technology precisely because it communicates stability. Dark navy conveys authority and tradition; royal blues suggest quality and aspiration; sky blues feel open and optimistic; teal bridges trust with modernity. The primary limitation of blue is food — it suppresses appetite, with almost no naturally blue foods existing in nature. Its very dark, near-black depth creates dramatic intensity — maximally contrastive, powerful, and reserved for focal design elements where other dark colors would disappear.
Is Indigo Dye WCAG accessible?
Indigo Dye (#00416A) passes WCAG AAA on white with a 10.69:1 contrast ratio. Its overall accessibility score is 96/100.
What colors go well with Indigo Dye?
Indigo Dye pairs well with its complementary color Apricot (#FBCEB1). Analogous colors like Turquoise and Sky Cyan also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Indigo Dye used for?
Indigo Dye is commonly used for: Banking, insurance, and financial institutions; Healthcare and medical device companies; Enterprise software and SaaS platforms; Government and public sector organizations; Airlines and aviation brands.
What are the CSS and Tailwind values for Indigo Dye?
In CSS, use `color: #00416A` or `background-color: #00416A`. The CSS custom property is `--color-indigo-dye: #00416A`. In Tailwind CSS, use the arbitrary value class `bg-[#00416A]` for backgrounds or `text-[#00416A]` for text.