Skip to main content
A11y Toolkit A11y toolkit
  1. home /
  2. Inputs have sufficient contrast
Previous technique
Next technique

Inputs have sufficient contrast

WCAG 2.2
AA
#inputs
<input type="text" placeholder="search cats…">
[type="text] {
   border-radius: 1px
    border: 1px solid #002D4F
}

Learn more about the related success criteria:

1.4.11 Non-text Contrast (Level: AA)
  • How to Meet 1.4.11 Opens in a new window
  • Understanding 1.4.11 Opens in a new window

Wanna help?

Do you also know an accessibility technique that should be included in the A11y toolkit? Share it with us. Opens in a new window

A11y toolkit About