Skip to main content

Aa

Dark Red on Cream

9.63:1 contrast ratio

WCAG AAA9.63:1 contrast ratio

Dark Red on Cream

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

Dark Red

Foreground (Text)

HEX

#8B0000

Cream

Background

HEX

#FFFDD0

Contrast Analysis

9.63:1

Contrast ratio

WCAG AAA

Exceeds WCAG 2.1 AAA standard

CSS Code

CSS Variables

:root {
  --fg: #8B0000;
  --bg: #FFFDD0;
}

Inline Style

color: #8B0000;
background-color: #FFFDD0;

Tailwind (arbitrary)

text-[#8B0000] bg-[#FFFDD0]

Use Cases

warmvintageprint

Related Accessible Pairs