Skip to main content

Aa

Midnight Blue on White

14.35:1 contrast ratio

WCAG AAA14.35:1 contrast ratio

Midnight Blue on White

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

Midnight Blue

Foreground (Text)

HEX

#191970

White

Background

HEX

#FFFFFF

Contrast Analysis

14.35:1

Contrast ratio

WCAG AAA

Exceeds WCAG 2.1 AAA standard

CSS Code

CSS Variables

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

Inline Style

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

Tailwind (arbitrary)

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

Use Cases

formaltrustworthydeep

Related Accessible Pairs