Skip to main content

Aa

White on Slate Gray

4.51:1 contrast ratio

WCAG AA4.51:1 contrast ratio

White on Slate Gray

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

Slate Gray

Background

HEX

#708090

Contrast Analysis

4.51:1

Contrast ratio

WCAG AA

Meets WCAG 2.1 AA standard

CSS Code

CSS Variables

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

Inline Style

color: #FFFFFF;
background-color: #708090;

Tailwind (arbitrary)

text-[#FFFFFF] bg-[#708090]

Use Cases

professionalneutralui

Related Accessible Pairs