check_color_contrast
Checks color contrast ratios of webpage text against WCAG AA and AAA standards, returning pass/fail status.
Instructions
Check color contrast ratios for text elements against WCAG AA and AAA standards. Returns contrast ratios and pass/fail status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Check specific element (default: all text elements on page) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |