# Colors

## Color Contrast and Accessibility

Sufficient color contrast is essential for the readability and accessibility of your store. Text, controls, and input fields, in particular, must stand out clearly from the background so that people with visual impairments can easily recognize and use them.

### Here's what you should pay attention to:

* **Text and background:** The contrast should be at least **4.5:1** (for body text) or **3:1** (for larger fonts and UI elements).
* Input fields and buttons: They should stand out clearly from the background and be easily recognizable – ideally with a visible border or a distinct fill color.
* Focus and hover effects: Ensure that interactive elements such as buttons or form entries are clearly highlighted when focused or hovered.

\
**Tip:** You can test the color contrast with online tools such as the [WebAIM Contrast Checker](https://webaim.org/resources/contrastchecker/) or browser plugins for accessibility testing and adjust it if necessary. This ensures that your store is easily accessible for all users.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://themedocs.zenit.design/en/faq/accessibility/colors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
