Skip to main content

Indigo Blue

#4B0082·blue family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#4B0082
RGB
rgb(75, 0, 130)
HSL
hsl(275, 100%, 25%)
OKLCH
oklch(0.339 0.179 302)
CMYK
cmyk(42%, 100%, 0%, 49%)
Luminance:0.0311
CSS var:--color-indigo-blue
Tailwind:bg-[#4B0082]

Accessibility

Score: 96/100

On White (#FFF)

12.95:1

AAA

On Black (#000)

1.62:1

Fail

On Light Gray (#F5F5F5)

11.88:1

AAA

Best text color on this background:

white12.95:1
Open in Contrast Checker →

Design Applications

Background

background-color: #4B0082

Text Color

color: #4B0082

bg-[#4B0082] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #4B0082

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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

Common contexts and industries where Indigo Blue 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 Blue is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (12.95:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #4B0082;

Text

color: #4B0082;

Border

border: 2px solid #4B0082;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #4B0082, #7d38b3);

Tailwind-style

--color-indigo-blue: #4B0082;

Tailwind CSS Utilities

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

Background

bg-[#4B0082]

Text

text-[#4B0082]

Border

border-[#4B0082]

Ring

ring-[#4B0082]

Fill

fill-[#4B0082]

From (gradient)

from-[#4B0082]

Via (gradient)

via-[#4B0082]

To (gradient)

to-[#4B0082]

Design Tokens

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

CSS Custom Properties

:root {
  --color-indigo-blue: #4B0082;
  --color-indigo-blue-rgb: 75, 0, 130;
  --color-indigo-blue-hsl: 275, 100%, 25%;
}

SCSS Variables

$color-indigo-blue: #4B0082;
$color-indigo-blue-rgb: 75, 0, 130;
$color-indigo-blue-hsl: 275, 100%, 25%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'indigo-blue': '#4B0082',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-indigo-blue: #4B0082;
}

JSON Design Token (W3C format)

{
  "indigo-blue": {
    "value": "#4B0082",
    "type": "color",
    "description": "Indigo Blue — #4B0082"
  }
}

What Does Indigo Blue Mean? Color Psychology & Cultural Symbolism

The reason Indigo Blue projects trust is partly evolutionary (blue skies and clean water = safety) and partly cultural (centuries of professional, governmental, and institutional use have trained associations). The result is a color that creates instant psychological permission to engage.

  • 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 Blue's deep lightness (25%) 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 Blue 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.

The power of Indigo Blue is quiet consistency. It builds trust cumulatively, appearing wherever credibility matters.

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

The design challenge with Indigo Blue is differentiation: every major institution uses blue. The answer lies in tone, proportion, and pairing—how a specific blue is used matters more than whether it's used.

  • UI components: primary brand color, link color, interactive states—Indigo Blue performs reliably in all these roles with its deep tonal character.
  • Brand & identity: corporate identity, banking and finance UIs, healthcare platforms—contexts where Indigo Blue's vivid quality creates the right register.
  • Typography: Indigo Blue 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 Blue 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 Blue's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

The power of Indigo Blue is quiet consistency. It builds trust cumulatively, appearing wherever credibility matters.

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

Indigo Blue (#4B0082) achieves a 12.95: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: 3.1%.

  • As text on white (#FFFFFF): 12.95:1 — AAA ✓
  • As text on black (#000000): 1.62:1 — Fail
  • Best text color on Indigo Blue background: White (#FFFFFF) at 12.95:1
  • WCAG 2.1 luminance: 3.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
  • Indigo Blue 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.

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

Indigo Blue in Industry: Branding, Design & Market Applications

Indigo Blue (#4B0082) is most at home in industries where trust, reliability, calm, and professionalism are key brand values. Its deep quality makes it particularly effective in Finance & Banking contexts, where the vivid saturation signals reliability at exactly the right register.

  • 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: Capital One, PayPal, 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: Apple, Microsoft, 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 Blue is best suited for brands projecting trustworthiness, reliability, 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 Blue works effectively in corporate identity, banking and finance UIs, healthcare platforms—contexts where reliability serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Indigo Blue?
The hex code for Indigo Blue is #4B0082. Its RGB values are rgb(75, 0, 130) and its HSL values are hsl(275, 100%, 25%).
What does Indigo Blue 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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Indigo Blue WCAG accessible?
Indigo Blue (#4B0082) passes WCAG AAA on white with a 12.95:1 contrast ratio. Its overall accessibility score is 96/100.
What colors go well with Indigo Blue?
Indigo Blue pairs well with its complementary color Laurel Green (#A9BA9D). Analogous colors like Federal Blue and Medium Purple also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Indigo Blue used for?
Indigo Blue 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 Blue?
In CSS, use `color: #4B0082` or `background-color: #4B0082`. The CSS custom property is `--color-indigo-blue: #4B0082`. In Tailwind CSS, use the arbitrary value class `bg-[#4B0082]` for backgrounds or `text-[#4B0082]` for text.