Free Tool
Accessibility Checker
Check your Squarespace site's accessibility and get actionable fixes
Why this matters
One in four adults has a disability. If your website isn't accessible, you're not just leaving money on the table — you could be facing legal issues. This tool checks your color contrast and walks you through the most important accessibility fixes for Squarespace.
Color Contrast Checker
Test foreground and background color combinations against WCAG 2.1 contrast requirements.
Sample Heading Text
This is how your body text will look with these colors.
Small text / captions at 12px
12.63:1
Contrast Ratio
AA Normal Text
Requires 4.5:1
AA Large Text
Requires 3:1
AAA Normal Text
Requires 7:1
AAA Large Text
Requires 4.5:1
CSS for Squarespace
/* Squarespace Custom CSS */
/* Paste in Design > Custom CSS */
/* Override text color for contrast */
body, .sqs-block-content, p {
color: #333333;
}
/* Override background if needed */
.page-section, .content-wrapper {
background-color: #ffffff;
}Accessibility Checklist
Work through each item and check it off. Every item includes Squarespace-specific instructions.
0 of 22 items checked0%
🖼Images0/3
🧭Navigation0/4
AaTypography0/4
📝Forms0/4
🏗Structure0/4
🎬Media0/3
Generates a .txt report with all results and fix instructions for failing items.