इस टूल में कोई समस्या है?
«WCAG कलर कंट्रास्ट चेकर ऑनलाइन» के बारे में
यह टूल दो रंगों के बीच कंट्रास्ट अनुपात को मापता है और बताता है कि क्या जोड़ी पठनीयता के लिए WCAG मानकों को पूरा करती है।
WCAG अनुपालन तेज़ी से एक कानूनी आवश्यकता बन रहा है।
डिज़ाइन के दौरान टेक्स्ट रंग चुनते समय इसका उपयोग करें।
इस टूल का उपयोग कैसे करें
How to check WCAG color contrast
Enter the foreground color
"Foreground" is your text or icon color, in hex form (#RGB or #RRGGBB). Leading `#` is optional and the field is case-insensitive.
Enter the background color
"Background" is the surface behind the foreground — page background, button fill, etc. Same hex formats accepted. Both fields appear side-by-side as a pair.
Press Run
Result returns contrastRatio (e.g. 4.56) plus wcagNormalText and wcagLargeText with the pass/fail bands. Normal text needs ≥ 4.5 (AA) / 7 (AAA); large text needs ≥ 3 (AA) / 4.5 (AAA).
Read the levels
AA is the most common legal/standards requirement; AAA is stricter and often unrealistic for body copy. Large text means 18pt+ regular or 14pt+ bold; below that, treat the result as normal-text contrast.