Skip to main content

Aa

White on Midnight Blue

14.35:1 contrast ratio

WCAG AAA14.35:1 contrast ratio

White on Midnight Blue

Passes WCAG AAAsuitable for all text and UI

✓ Pass

WCAG AA Normal

4.5:1 required

✓ Pass

WCAG AA Large

3:1 required

✓ Pass

WCAG AAA Normal

7:1 required

✓ Pass

UI Components

3:1 required

White

Foreground (Text)

HEX

#FFFFFF

Midnight Blue

Background

HEX

#191970

Contrast Analysis

14.35:1

Contrast ratio

WCAG AAA

Exceeds WCAG 2.1 AAA standard

CSS Code

CSS Variables

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

Inline Style

color: #FFFFFF;
background-color: #191970;

Tailwind (arbitrary)

text-[#FFFFFF] bg-[#191970]

Use Cases

formaltrustworthydeep

Related Accessible Pairs