Skip to main content

Aa

White on Dark Blue

13.14:1 contrast ratio

WCAG AAA13.14:1 contrast ratio

White on Dark 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

Dark Blue

Background

HEX

#00008B

Contrast Analysis

13.14:1

Contrast ratio

WCAG AAA

Exceeds WCAG 2.1 AAA standard

CSS Code

CSS Variables

:root {
  --fg: #FFFFFF;
  --bg: #00008B;
}

Inline Style

color: #FFFFFF;
background-color: #00008B;

Tailwind (arbitrary)

text-[#FFFFFF] bg-[#00008B]

Use Cases

corporatetrustworthyfinance

Related Accessible Pairs