Remove Colors

The Remove Colors Bookmarklet is a valuable tool for accessibility testing and web development.

With one click, this bookmarklet removes all background colors and text colors from the current webpage, helping you evaluate contrast and readability.

This tool is essential for accessibility testing, ensuring content remains readable without relying on colors. It's particularly useful for checking color contrast issues, testing color-blind accessibility, and verifying content hierarchy without color dependencies.

javascript:!function(){const t=document.createElement("style");t.textContent="* { background: white !important; color: black !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }",document.head.appendChild(t)}();
Drag me to bookmark bar: 👉🏻 Remove Colors

Why Use the Remove Colors Bookmarklet?

This specialized tool helps ensure web content is accessible to all users, including those with color vision deficiencies. Perfect for web developers, UX designers, and accessibility specialists who need to verify their content works without color cues. Simply click the bookmarklet to strip all colors, revealing potential accessibility issues instantly. Works on any webpage across all major browsers.