Accessible Color Pair Grid - Online WCAG Matrix for Vision Deficiencies
Enter foreground and background colors and see a matrix of how each pair works for normal, protanopia, deuteranopia, and tritanopia.
UD5 Toolkit
Check your color combinations against WCAG 2.1 AA/AAA accessibility standards in real-time.
Large Heading Text
This is normal body text for readability testing. The quick brown fox jumps over the lazy dog.
Small caption text âą 12px equivalent âą Secondary information
The Web Content Accessibility Guidelines (WCAG) 2.1 define minimum contrast ratios to ensure text is readable for users with visual impairments, including those with low vision or color blindness.
Contrast ratio is derived from the relative luminance of each color, following the formula defined in WCAG 2.1:
L = 0.2126ĂR + 0.7152ĂG + 0.0722ĂB(Lâ + 0.05) / (Lâ + 0.05) where Lâ is the lighter color.This tool performs all calculations in real-time as you adjust colors.
| Level | Text Type | Min Ratio | Example Use Case |
|---|---|---|---|
| AA | Normal Text | 4.5:1 | Body paragraphs, labels, menu items, form fields |
| AA | Large Text | 3:1 | Headings â„24px, bold text â„18.7px |
| AA | UI / Graphics | 3:1 | Icons, input borders, focus indicators, charts |
| AAA | Normal Text | 7:1 | Enhanced readability for all users |
| AAA | Large Text | 4.5:1 | Enhanced readability for large text |
Enter foreground and background colors and see a matrix of how each pair works for normal, protanopia, deuteranopia, and tritanopia.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
Enter two hex colors and compute the CIE76, CIE94, and CIEDE2000 color difference. Understand how humans perceive color similarity.
Simulate reduced motion preference and test your animations. Copy the media query snippet. Keep your users safe.
Upload a gradient or enter a palette and simulate how it appears with different types of color vision deficiency. Ensure inclusive data visualization.
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for highâres image decisions.
Convert English text to Braille (Grade 1 and simple Grade 2 contractions). Educational tool to understand Braille representation. Local only.
Check if the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Check the Accessible Perceptual Contrast Algorithm (APCA) ratio. The nextâgeneration contrast method for WCAG 3.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
Check if a password appears in the Have I Been Pwned database using kâAnonymity. Only the first 5 characters of the hash are sent.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Check which cipher suites a website supports and identify weak or outdated ones. Quick security audit from your browser.
Fetch a siteâs HSTS header and validate its syntax, maxâage, and subdomain flags. Ensure your site enforce HTTPS.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Enter a URL and get a oneâpage report of titles, description, headings, image alts, and broken links. All from browser.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Enter a URL and see its favicon at all standard sizes. Check if it's properly defined. SEO basic check.
Given a background color, this tool suggests foreground colors that meet AA/AAA contrast ratios. Works for all vision types.
Trace the full redirect path of a URL. See every hop, status code, and final destination. Detect broken chains.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Calculate the perceived brightness of an RGB color and determine if black or white text is more readable. Accessibility tool.
Paste your email body and subject, and get a spam score based on common trigger words and patterns. Improve your cold outreach.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/theyâre). Static dictionary.
Enter Braille dot numbers (1â6) or paste Unicode Braille to decode into English text. Companion to textâtoâBraille.
Enter a year to check if it is a leap year. Shows the rule explanation and next/previous leap years. Simple reference.