Twitter / X Color Accessibility — WCAG Contrast Audit

Twitter / X’s primary brand colors audited against WCAG contrast — 2 of 3 pairs pass AA for normal text.

At a glance

Pairs audited
3
Passing AA (normal text)
2 of 3
AA threshold
4.5:1
AAA threshold
7:1

Twitter’s legacy blue and X’s rebrand to black are both interesting accessibility studies — the legacy blue had documented contrast complaints; the rebrand to monochrome solved them by maximizing polarity. This page audits Twitter / X’s primary brand-color combinations against the WCAG 2.1 AA threshold (4.5:1 for normal-size body text). Results are computed live from the published brand colors and the WCAG luminance formula.

Brand pair audit

Legacy Twitter Blue on White

Body sample text for accessibility check.

#1DA1F2 on #FFFFFF
2.83:1Fail

X Black on White

Body sample text for accessibility check.

#000000 on #FFFFFF
21.00:1AAA

White on X Black

Body sample text for accessibility check.

#FFFFFF on #000000
21.00:1AAA

Audit results

Legacy Twitter Blue on White#1DA1F2 on #FFFFFF → 2.83:1 ✗ fails AA X Black on White#000000 on #FFFFFF → 21.00:1 ✓ AAA White on X Black#FFFFFF on #000000 → 21.00:1 ✓ AAA

What this means in practice

Legacy Twitter Blue narrowly fails AA on white — a known historical complaint. The X rebrand’s pure black/white palette eliminates the issue entirely, achieving the maximum possible contrast ratio of 21:1.

Frequently asked questions

Does Twitter / X comply with WCAG?
Brand color tokens are one input to compliance — actual page conformance depends on which pairs are used where. Twitter / X has 2 of 3 primary pairs passing AA at body size. Some pairs are intended for large text or background usage only.
Where can I check the latest brand guidelines?
Brand guidelines change without notice. Always cross-check against Twitter / X’s current published brand site or design-system documentation before shipping. The hex values used here reflect publicly documented brand color tokens at the time of writing.
How do I fix failing brand pairs in my own design system?
When a brand color fails AA on white, the standard fix is to introduce a darker variant (often suffixed -700 or -600 in design-system terminology) for use as text on light surfaces, while reserving the lighter brand color for large headings or background usage. The contrast checker above suggests the nearest passing color in either direction.

Related Tools