Design systems start shipping WCAG 3.0 contrast tokens to support dynamic UIs
Design · 5 min read
A growing number of design system teams have begun publishing dedicated contrast token sets based on the emerging WCAG 3.0 (Silver) guidance rather than fixed color pairs. These tokens encode context-aware contrast targets—taking into account component size, stroke weight, and layered backgrounds—so that components can compute compliant foreground/background pairs at render time.
Practically, teams are shipping tokens named for intent (e.g., surface-weak, emphasis-high, accent-cta) alongside an algorithmic mapping that calculates accessible combinations. That lets designers pick semantic colors while engineers rely on the system to resolve accessible contrasts at runtime, which is especially helpful for themes, dark mode, and user-scaled UIs.
Integration into tooling is underway: Figma libraries are exporting token metadata, Storybook addons surface computed contrast scores for each state, and component tests now include automated contrast checks. For design leaders this means less guesswork and fewer one-off fixes later in development, though teams still need robust visual regression checks for complex layered layouts.