What Is the Color Blindness Simulator?
Color vision deficiency (commonly called color blindness) affects approximately 8% of men and 0.5% of women worldwide — over 300 million people. This free simulator lets designers, developers, and content creators see exactly how their work appears through the eyes of people with different types of color vision deficiency. Whether you are designing a website, creating a presentation, building a data visualization, or choosing a brand palette, testing with a color blindness simulator is an essential step in making your work accessible to everyone.
The tool supports all 8 major types of color vision deficiency, from the very common Deuteranomaly (green-weak, affecting ~5% of males) to the extremely rare Achromatopsia (total color blindness). Each simulation uses clinically-derived transformation matrices based on research by Brettel, Vienot, and Machado, the same models used in professional accessibility tools and academic studies.
How to Simulate Color Blindness
The simulator offers two modes. In Image Mode, upload any JPG, PNG, or WebP image (up to 10MB) and see a side-by-side comparison of original vision versus simulated color-deficient vision. Select from 8 types of color blindness using the dropdown, and the simulation updates in real time. For large images, the tool processes in chunks to keep the interface responsive, showing a progress bar while it works.
In Color Palette Mode, enter 2 to 6 colors using hex codes or the visual color picker. The tool generates a comprehensive grid showing how each color appears under all 8 types of color vision deficiency simultaneously. It automatically flags any color pairs that become nearly indistinguishable, helping you identify and fix accessibility problems before they reach production.
Key Features
The simulator processes images entirely in your browser using the Canvas API — your images are never uploaded to any server. Processing is chunked using requestAnimationFrame to avoid freezing the UI, with a visible progress indicator for larger images. The transformation matrices handle all 8 clinical types of color vision deficiency, covering the full spectrum from mild anomalous trichromacy to complete color blindness. The palette mode's conflict detection uses Euclidean distance in RGB space to automatically warn you when colors become confusingly similar. A Quick Check panel summarizes the most important accessibility implications for the currently selected deficiency type, with direct links to the WCAG Contrast Checker for deeper testing.