Skip to main content

Aa

White on Crimson

4.74:1 contrast ratio

WCAG AA4.74:1 contrast ratio

White on Crimson

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

Crimson

Background

HEX

#DC143C

Contrast Analysis

4.74:1

Contrast ratio

WCAG AA

Meets WCAG 2.1 AA standard

CSS Code

CSS Variables

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

Inline Style

color: #FFFFFF;
background-color: #DC143C;

Tailwind (arbitrary)

text-[#FFFFFF] bg-[#DC143C]

Use Cases

alertpassionbold

Related Accessible Pairs