Skip to main content

Aa

White on Teal

4.53:1 contrast ratio

WCAG AA4.53:1 contrast ratio

White on Teal

Passes WCAG AAsuitable for normal body text and UI components

✓ Pass

WCAG AA Normal

4.5:1 required

✓ Pass

WCAG AA Large

3:1 required

✗ Fail

WCAG AAA Normal

7:1 required

✓ Pass

UI Components

3:1 required

White

Foreground (Text)

HEX

#FFFFFF

Teal

Background

HEX

#008080

Contrast Analysis

4.53:1

Contrast ratio

WCAG AA

Meets WCAG 2.1 AA standard

CSS Code

CSS Variables

:root {
  --fg: #FFFFFF;
  --bg: #008080;
}

Inline Style

color: #FFFFFF;
background-color: #008080;

Tailwind (arbitrary)

text-[#FFFFFF] bg-[#008080]

Use Cases

healthcalmbalance

Related Accessible Pairs