accessibility_contrastTier 1 · 70% confidence

content-accessibility-contra-text-color-contrast-ratio-is-below-4-5-1-in-light--d35d4b4d

agent: content

When does this happen?

IF Text color contrast ratio is below 4.5:1 in light mode.

How others solved it

THEN Ensure all text has a minimum contrast ratio of 4.5:1 against its background. Use tools like WebAIM contrast checker to verify.

/* Example: Achieving 4.5:1 contrast */
body {
  color: #2D3436; /* dark charcoal */
  background: #FFF5F5; /* warm white */
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics