Back Home

Accessibility Guidelines

Ensuring inclusivity in our digital products.

Core Principles

Our design system prioritizes accessibility, ensuring that all users, regardless of their abilities, can perceive, understand, navigate, and interact with our digital interfaces. Adherence to these guidelines is crucial for creating an equitable user experience.

Color and Contrast

Sufficient contrast between text and background is vital for readability, especially for users with low vision or color blindness. We adhere to WCAG 2.1 AA standards.

Example: This blue text on a light background has sufficient contrast.

Example: This dark text on a very light orange background also meets contrast requirements.

Keyboard Navigation

All interactive elements must be fully accessible and operable using a keyboard alone. This includes navigation, form submission, and custom controls.

Try tabbing through the elements on this page. You should see a clear visual indicator highlighting the element that currently has keyboard focus.

Semantic HTML and ARIA

Using semantic HTML elements correctly provides inherent accessibility. For custom components or dynamic content, ARIA (Accessible Rich Internet Applications) attributes can enhance screen reader compatibility.

Forms and Input

Forms are a common point of interaction and require careful design for accessibility.

Beyond the Basics

Consider users with cognitive disabilities, motor impairments, and situational limitations. Aim for clarity, predictability, and flexibility in your designs.

Explore Widget Catalog