Skip to main content

Light Teal

#20B2AA·teal family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#20B2AA
RGB
rgb(32, 178, 170)
HSL
hsl(177, 70%, 41%)
OKLCH
oklch(0.691 0.114 189)
CMYK
cmyk(82%, 0%, 4%, 30%)
Luminance:0.3505
CSS var:--color-light-teal
Tailwind:bg-[#20B2AA]

Accessibility

Score: 48/100

On White (#FFF)

2.62:1

Fail

On Black (#000)

8.01:1

AAA

On Light Gray (#F5F5F5)

2.4:1

Fail

Best text color on this background:

black8.01:1
Open in Contrast Checker →

Design Applications

Background

background-color: #20B2AA

Text Color

color: #20B2AA

bg-[#20B2AA] text-[#000000]

Accent border card component

border-left: 4px solid #20B2AA

Color Meaning & Psychology

Teal occupies the sophisticated intersection of blue's trust and green's vitality. It feels calming yet distinctive — neither the corporate ubiquity of navy nor the aggressive freshness of lime green. Teal is associated with healing, emotional balance, and clarity of thought. It gained significant cultural cachet in the 2010s as a design-forward alternative to standard blues in healthcare and technology branding. Deeper teals feel luxurious and authoritative; lighter teals feel fresh and energetic. Teal is one of the few colors that reads well in both light and dark themes. Its primary challenge is legibility — teal text on white often fails WCAG AA without careful shade selection. 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 Light Teal is applied in professional design.

  • Healthcare technology and health apps
  • Mental health and wellness platforms
  • Fintech brands seeking blue-alternative trust
  • Premium interior design and home accessories
  • Environmental and ocean-focused organizations
  • Contemporary hotel and hospitality brands
  • Corporate communications departments
  • Spa and beauty wellness destinations

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

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

CSS & Code Examples

Background

background-color: #20B2AA;

Text

color: #20B2AA;

Border

border: 2px solid #20B2AA;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #20B2AA, #64e5dc);

Tailwind-style

--color-light-teal: #20B2AA;

Tailwind CSS Utilities

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

Background

bg-[#20B2AA]

Text

text-[#20B2AA]

Border

border-[#20B2AA]

Ring

ring-[#20B2AA]

Fill

fill-[#20B2AA]

From (gradient)

from-[#20B2AA]

Via (gradient)

via-[#20B2AA]

To (gradient)

to-[#20B2AA]

Design Tokens

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

CSS Custom Properties

:root {
  --color-light-teal: #20B2AA;
  --color-light-teal-rgb: 32, 178, 170;
  --color-light-teal-hsl: 177, 70%, 41%;
}

SCSS Variables

$color-light-teal: #20B2AA;
$color-light-teal-rgb: 32, 178, 170;
$color-light-teal-hsl: 177, 70%, 41%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'light-teal': '#20B2AA',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-light-teal: #20B2AA;
}

JSON Design Token (W3C format)

{
  "light-teal": {
    "value": "#20B2AA",
    "type": "color",
    "description": "Light Teal — #20B2AA"
  }
}

What Does Light Teal Mean? Color Psychology & Cultural Symbolism

The psychology of teal tones draws from multiple sources simultaneously—the blue sky's expansiveness, the sea's depth, the clarity of clean water. Light Teal at #20B2AA synthesizes these inputs into clarity: a quality that feels simultaneously grounded and forward-looking.

  • Teal occupies the visual and psychological space between blue's trust and green's vitality—inheriting credibility from the former and freshness from the latter. It's become a defining color of modern healthcare tech and SaaS design for exactly this balance.
  • In Persian and Islamic design traditions, teal and turquoise hold deep spiritual significance—associated with protection, sky, and water. Persian turquoise ceramics are among the most celebrated in the world. In many Central Asian cultures, the color connects heaven and earth.
  • Light Teal's medium lightness (41%) shifts its psychological register: a balanced mid-tone that embodies clarity, innovation, balance, and modern sophistication at its most direct.
  • At 70% saturation, Light Teal reads as moderately saturated—neither overwhelming nor passive, landing in the clarity, innovation, balance, and modern sophistication zone with measured confidence.

Light Teal will feel fresh for a long time because it's built on permanent values—clarity, balance, and intelligence—not trend.

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

Design systems built around Light Teal tend to feel contemporary, clean, and purposeful. It pairs naturally with white, dark charcoal, and almost any warm neutral, making it an extremely designer-friendly color to build a palette around.

  • UI components: primary brand color, action states, informational elements—Light Teal performs reliably in all these roles with its medium tonal character.
  • Brand & identity: health tech platforms, modern SaaS UIs, financial dashboards—contexts where Light Teal's moderately saturated quality creates the right register.
  • Typography: Light Teal as text requires a dark background; its 41% lightness means it provides 2.6:1 contrast on white, not meeting WCAG AA.
  • Light Teal creates strong legibility with black text overlays (8.0:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Light Teal's moderately saturated saturation (70%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

Light Teal will feel fresh for a long time because it's built on permanent values—clarity, balance, and intelligence—not trend.

Light Teal Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Light Teal (#20B2AA) achieves a 8.01:1 contrast ratio with black 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: 35.0%.

  • As text on white (#FFFFFF): 2.62:1 — Fail
  • As text on black (#000000): 8.01:1 — AAA ✓
  • Best text color on Light Teal background: Black (#000000) at 8.01:1
  • WCAG 2.1 luminance: 35.0% — 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
  • Light Teal 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.

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

Light Teal in Industry: Branding, Design & Market Applications

Across industry research, teal-family tones consistently outperform competitors in categories built on clarity, innovation, balance, and modern sophistication. Light Teal is a medium expression of this advantage—best positioned in Healthcare Technology and adjacent markets.

  • Healthcare Technology: Teal has become the signature color of healthcare technology for a specific reason: it bridges clinical trust (blue's domain) with vitality and growth (green's domain), communicating that a product is both reliable and innovative. (examples: Apple, Microsoft, Salesforce) Particularly effective for telemedicine, health tracking apps, and digital wellness platforms that need clinical credibility without institutional coldness.
  • SaaS & B2B Software: The modern SaaS industry has adopted teal as an alternative to blue that signals both professionalism and innovation. It works especially well for productivity tools, data platforms, and workflow software where clarity and intelligence are the core brand values. Teal differentiates from the blue-dominated enterprise market while maintaining the trust signals B2B buyers require.
  • Financial Technology: Fintech brands use teal to signal that they're reimagining financial services—keeping the trustworthiness of traditional blue but adding a freshness that traditional banks lack. The color says "we take your money seriously and we're different from old banking." (examples: Notion, Slack, Salesforce) Works best paired with clean white and dark charcoal for maximum fintech modernity.
  • Brand positioning: Light Teal is best suited for brands projecting innovation, clarity, balance. Categories outside this positioning—traditional—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Light Teal works effectively in health tech platforms, modern SaaS UIs, financial dashboards—contexts where innovation serves a secondary but reinforcing role.

Light Teal earns its strongest ROI in industries where trust and recognition compound over time: Healthcare Technology, SaaS & B2B Software, Financial Technology. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Light Teal?
The hex code for Light Teal is #20B2AA. Its RGB values are rgb(32, 178, 170) and its HSL values are hsl(177, 70%, 41%).
What does Light Teal mean in design?
Teal occupies the sophisticated intersection of blue's trust and green's vitality. It feels calming yet distinctive — neither the corporate ubiquity of navy nor the aggressive freshness of lime green. Teal is associated with healing, emotional balance, and clarity of thought. It gained significant cultural cachet in the 2010s as a design-forward alternative to standard blues in healthcare and technology branding. Deeper teals feel luxurious and authoritative; lighter teals feel fresh and energetic. Teal is one of the few colors that reads well in both light and dark themes. Its primary challenge is legibility — teal text on white often fails WCAG AA without careful shade selection. Its deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Light Teal WCAG accessible?
Light Teal (#20B2AA) does not pass WCAG AA on white (2.62:1 ratio). Use it on dark backgrounds where it achieves 8.01:1. Its overall accessibility score is 48/100.
What colors go well with Light Teal?
Light Teal pairs well with its complementary color Venetian Red (#C80815). Analogous colors like Medium Sea Green and Brunswick Green also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Light Teal used for?
Light Teal is commonly used for: Healthcare technology and health apps; Mental health and wellness platforms; Fintech brands seeking blue-alternative trust; Premium interior design and home accessories; Environmental and ocean-focused organizations.
What are the CSS and Tailwind values for Light Teal?
In CSS, use `color: #20B2AA` or `background-color: #20B2AA`. The CSS custom property is `--color-light-teal: #20B2AA`. In Tailwind CSS, use the arbitrary value class `bg-[#20B2AA]` for backgrounds or `text-[#20B2AA]` for text.