The colors maintain a `4.5:1` contrast ratio. Add a badge that indicates [WCAG 2.1 | Level AA](https://www.w3.org/TR/WCAG21/#contrast-minimum). Some ideas: <table> <tr> <td> <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum"> <img src="https://img.shields.io/badge/WCAG_2.1_|_AA-88c0d0?logo=w3c&logoColor=fff&style=flat-square" alt="W3C"> </a> </td> <td> <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum"> <img src="https://img.shields.io/badge/-WCAG_2.1_|_AA-4E5668?logo=w3c&logoColor=fff&style=flat-square&labelColor=88c0d0" alt="W3C"> </a> </td> <td> <a href="https://www.w3.org/TR/WCAG21/#contrast-minimum"> <img src="https://img.shields.io/badge/-WCAG_2.1_|_AA-88c0d0?logo=w3c&logoColor=fff&style=flat-square&labelColor=4E5668" alt="W3C"> </a> </td> </tr> </table>