A call-to-action button that looks fine to you might be invisible to someone with colour blindness, unclickable for a keyboard user, or completely ignored by a screen reader. When your website fails these visitors, you lose potential clients before they ever reach your phone number.
What CTA Accessibility Means for Legal Websites
Accessible CTAs are buttons and links that every visitor can perceive, understand, and activate regardless of how they access your website. This includes people using screen readers, navigating by keyboard, dealing with vision impairments, or managing motor difficulties. An accessible CTA has sufficient colour contrast, clear descriptive text, keyboard functionality, and proper semantic code that assistive technology can recognise.
Consider a family law practice with a prominent "Get Started" button rendered in light grey text on a white background. A visitor with low vision or colour blindness cannot distinguish the button from the background. Someone using a screen reader hears "button" with no context about what the button does. A keyboard user tabs through the page but the button never receives focus because the developer built it using a div element instead of a proper button tag. That practice loses three potential clients in a single afternoon, each representing thousands in potential fees, because the website development for solicitors overlooked fundamental accessibility requirements.
The statistics reinforce why this matters beyond compliance. Approximately 18% of Australians have some form of disability. That represents nearly one in five potential clients who may struggle with or abandon your website if the path to contact you is not accessible. When your competitors make their CTAs easier to use, those clients go elsewhere.
Colour Contrast Requirements and Visual Clarity
Your CTA button needs a contrast ratio of at least 4.5:1 between text and background colour. This is not a design preference but a measurable standard that ensures readability for visitors with low vision, colour blindness, or anyone viewing your site in bright sunlight on a mobile device.
Test your current website using a free contrast checker tool. Input your button's text colour and background colour as hex codes. If the ratio falls below 4.5:1, the button fails accessibility standards. Common failures include grey text on white backgrounds, light blue on dark blue, or pastel combinations that look modern but disappear for a significant portion of visitors.
A conveyancing firm recently improved their lead generation for lawyers by changing their primary CTA from a light teal button with white text (contrast ratio 2.8:1) to a deep navy button with white text (contrast ratio 12:1). Enquiry form submissions increased by 34% in the following month. The change required five minutes of CSS adjustment. The improved visibility benefited all visitors, not just those with vision impairments, because higher contrast reduces cognitive load and draws attention more effectively.
Ready to chat about your Website?
Book a Free Discovery Call with our team to understand how we can transform your online presence
Keyboard Navigation and Focus States
Every CTA on your website must be reachable and activatable using only a keyboard. Visitors who cannot use a mouse due to motor impairments, repetitive strain injuries, or preference rely on the Tab key to move between interactive elements and the Enter or Space key to activate them.
Open your website and put your mouse aside. Press Tab repeatedly. Do visible focus indicators appear around each link and button as you move through the page? Can you reach your primary CTA without tabbing through fifty other elements first? When you reach the CTA, does pressing Enter activate it? If you answered no to any of these questions, keyboard users cannot effectively use your site.
The focus indicator is typically a subtle outline that appears around the active element. Many developers disable this outline because they consider it visually distracting, but removing it without providing an alternative creates an accessibility barrier. Instead, design a custom focus state that matches your brand while remaining clearly visible. A prominent criminal law practice uses a bold orange outline that appears around any focused element, ensuring keyboard users always know their current position on the page. This approach maintains visual appeal while preserving functionality.
Another consideration is tab order. The sequence in which elements receive focus should follow a logical reading pattern, typically top to bottom and left to right. If your CTA appears at the top of the page visually but sits at the bottom of the code, keyboard users will not reach it until they tab through the entire page. Your website content for solicitors should be structured so that code order matches visual hierarchy.
Screen Reader Compatibility and Descriptive Text
Screen readers announce interactive elements to visitors who are blind or have severe vision impairments. When a screen reader encounters your CTA, it should communicate what the button does, where it leads, and that it is a button.
Generic text like "Click Here" or "Learn More" provides no context when announced out of the surrounding paragraph. A screen reader user navigating by buttons hears "button: click here" repeated across multiple CTAs without knowing which service or page each one references. Descriptive text such as "Book Your Free Legal Consultation" or "Download Our Conveyancing Guide" gives immediate clarity.
The semantic HTML element also matters. A proper button element created with the button tag or an anchor tag for links is automatically recognised by screen readers. Developers sometimes create clickable divs or spans styled to look like buttons but lacking the underlying code that assistive technology needs. These fake buttons appear in the screen reader's element list as generic text, not as actionable items. When you commission website development for lawyers, specify that all interactive elements must use proper semantic HTML.
An additional enhancement involves ARIA labels for cases where visual context cannot be conveyed through text alone. Consider a phone icon that serves as a CTA. Sighted users understand it means "call us" from the visual symbol, but a screen reader announces "image" or "button" with no description. Adding an ARIA label of "Call our office" gives screen reader users the same information. This technique applies to icon-only buttons, decorative elements with functional purposes, or situations where the visible text must remain brief but assistive technology needs more detail.
Size, Spacing, and Touch Target Guidelines
Your CTA button should measure at least 44 by 44 pixels to accommodate visitors with motor control difficulties or anyone using a touchscreen device. Buttons smaller than this threshold are difficult to tap accurately, particularly on mobile devices where fingers obscure the target area.
Check your mobile site. Can you comfortably tap the CTA without accidentally hitting adjacent elements? Is there adequate spacing between your primary CTA and secondary links? Cramped layouts force visitors to zoom in and carefully aim, adding friction to the conversion process. A personal injury firm redesigned their contact form to increase button size from 32 to 48 pixels in height and added 16 pixels of spacing between the submit button and the adjacent reset button. Mobile form completions increased by 21% because visitors stopped accidentally tapping the wrong button and losing their entered information.
Spacing also affects keyboard users. When interactive elements sit too close together visually, the focus indicator may overlap between two elements, creating confusion about which item is currently selected. Adequate spacing ensures clear visual separation and improves usability for all visitors.
Testing Your CTAs for Accessibility Compliance
Manual testing reveals issues that automated tools miss. Tab through your website using only a keyboard. Increase your browser's text size to 200% and confirm all CTAs remain visible and functional. Enable a screen reader such as NVDA on Windows or VoiceOver on Mac and navigate to your primary CTA to hear what is announced. Use your site on a mobile device in bright outdoor lighting to test whether colour contrast remains sufficient in challenging conditions.
Automated tools such as WAVE, Axe, or Lighthouse provide technical audits that identify code-level issues. Run these tools on your key pages, particularly your homepage, service pages, and contact page. The reports flag missing alt text, insufficient contrast, keyboard traps, and missing ARIA labels. These tools are not comprehensive because they cannot evaluate subjective factors like whether your CTA text is genuinely descriptive, but they catch common technical failures quickly.
Professional accessibility audits involve specialists who use assistive technology daily and can identify barriers that automated tools and manual testing by non-disabled users overlook. If your firm handles government work, pursues large corporate clients, or wants to ensure full compliance with accessibility standards, a professional audit provides detailed remediation guidance. Many firms integrate accessibility into their website management for solicitors to maintain compliance as content and design evolve.
Accessible CTAs are not about ticking compliance boxes but about removing barriers between your services and the people who need them. When you make it easier for every visitor to contact you, book a consultation, or download a resource, you increase conversions while demonstrating the professionalism and attention to detail that potential clients expect from their legal representative.
Call one of our team or book an appointment at a time that works for you to discuss how accessible design can improve your legal website's performance.
Frequently Asked Questions
What makes a call-to-action button accessible?
An accessible CTA has sufficient colour contrast (at least 4.5:1 ratio), works with keyboard navigation, uses proper HTML button or link tags, and includes descriptive text that screen readers can announce. The button should also be at least 44 by 44 pixels for easy tapping on mobile devices.
Why should law firms care about CTA accessibility?
Approximately 18% of Australians have some form of disability that may affect how they use websites. Inaccessible CTAs prevent these potential clients from contacting you, resulting in lost enquiries and revenue. Accessible design also improves usability for all visitors, increasing overall conversion rates.
How do I test if my website's CTAs are accessible?
Navigate your website using only the Tab key to test keyboard access. Use a contrast checker tool to verify colour ratios meet the 4.5:1 minimum. Enable a screen reader like NVDA or VoiceOver to hear what is announced. Automated tools like WAVE or Lighthouse can identify technical issues in your code.
What is wrong with using 'Click Here' as CTA text?
Generic text like 'Click Here' provides no context when a screen reader user navigates by buttons or hears elements announced out of order. Descriptive text such as 'Book Your Free Consultation' immediately tells all users what action the button performs and where it leads.