Skip to main content

Medium Teal

#00827F·teal family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#00827F
RGB
rgb(0, 130, 127)
HSL
hsl(179, 100%, 25%)
OKLCH
oklch(0.548 0.094 192)
CMYK
cmyk(100%, 0%, 2%, 49%)
Luminance:0.1750
CSS var:--color-medium-teal
Tailwind:bg-[#00827F]

Accessibility

Score: 54/100

On White (#FFF)

4.67:1

AA

On Black (#000)

4.5:1

AA

On Light Gray (#F5F5F5)

4.28:1

AA Large

Best text color on this background:

white4.67:1
Open in Contrast Checker →

Design Applications

Background

background-color: #00827F

Text Color

color: #00827F

bg-[#00827F] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #00827F

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

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

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

CSS & Code Examples

Background

background-color: #00827F;

Text

color: #00827F;

Border

border: 2px solid #00827F;

Box Shadow

box-shadow: 0 4px 20px #00827F40;

Gradient

background: linear-gradient(135deg, #00827F, #4db2ae);

Tailwind-style

--color-medium-teal: #00827F;

Tailwind CSS Utilities

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

Background

bg-[#00827F]

Text

text-[#00827F]

Border

border-[#00827F]

Ring

ring-[#00827F]

Fill

fill-[#00827F]

From (gradient)

from-[#00827F]

Via (gradient)

via-[#00827F]

To (gradient)

to-[#00827F]

Design Tokens

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

CSS Custom Properties

:root {
  --color-medium-teal: #00827F;
  --color-medium-teal-rgb: 0, 130, 127;
  --color-medium-teal-hsl: 179, 100%, 25%;
}

SCSS Variables

$color-medium-teal: #00827F;
$color-medium-teal-rgb: 0, 130, 127;
$color-medium-teal-hsl: 179, 100%, 25%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'medium-teal': '#00827F',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-medium-teal: #00827F;
}

JSON Design Token (W3C format)

{
  "medium-teal": {
    "value": "#00827F",
    "type": "color",
    "description": "Medium Teal — #00827F"
  }
}

What Does Medium Teal Mean? Color Psychology & Cultural Symbolism

Medium Teal has become one of the signature colors of contemporary digital design precisely because it fills a gap: cool enough to feel clinical and precise, but saturated enough (100%) to feel alive and modern. The result is calm.

  • 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.
  • Medium Teal's deep lightness (25%) shifts its psychological register: Deep teal and dark cyan carry genuine authority and depth—functioning like a cooler alternative to navy that still communicates seriousness and precision.
  • At 100% saturation, Medium Teal reads as vivid—Vivid teals are a signature of contemporary tech design—digitally native, modern, and distinct enough to stand out in a landscape of blue-dominated software interfaces.

Medium Teal is the color for when you need to be trusted AND interesting—a combination most colors can only approximate.

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

Medium Teal is one of the most versatile colors in professional design systems—it performs equally well as a dominant brand color, a UI accent, and a data visualization tone. Its vivid saturation means it works in both large and small applications without visual fatigue.

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

Medium Teal is the color for when you need to be trusted AND interesting—a combination most colors can only approximate.

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

Medium Teal (#00827F) reaches 4.67: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: 17.5%.

  • As text on white (#FFFFFF): 4.67:1 — AA ✓
  • As text on black (#000000): 4.50:1 — AA ✓
  • Best text color on Medium Teal background: White (#FFFFFF) at 4.67:1
  • WCAG 2.1 luminance: 17.5% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Medium Teal qualifies for normal body text and all larger sizes (AA).
  • 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.

Always verify Medium Teal at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.

Medium Teal in Industry: Branding, Design & Market Applications

Medium Teal's brand positioning falls squarely in the territory of clarity, innovation, balance, and modern sophistication. Industry data supports its strongest performance in healthcare technology, SaaS & B2B software, financial technology categories, where the vivid saturation calibrates the message at a deep, considered level.

  • 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: Medium 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, Medium Teal works effectively in health tech platforms, modern SaaS UIs, financial dashboards—contexts where clarity serves a secondary but reinforcing role.

For marketers and brand strategists, Medium Teal is a commitment to clarity, innovation, balance, and modern sophistication. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Medium Teal?
The hex code for Medium Teal is #00827F. Its RGB values are rgb(0, 130, 127) and its HSL values are hsl(179, 100%, 25%).
What does Medium 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 Medium Teal WCAG accessible?
Medium Teal (#00827F) passes WCAG AA on white with a 4.67:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Medium Teal?
Medium Teal pairs well with its complementary color Red (#FF0000). Analogous colors like Patina and Alexandrite also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Medium Teal used for?
Medium 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 Medium Teal?
In CSS, use `color: #00827F` or `background-color: #00827F`. The CSS custom property is `--color-medium-teal: #00827F`. In Tailwind CSS, use the arbitrary value class `bg-[#00827F]` for backgrounds or `text-[#00827F]` for text.