Color Picker
Use Color Picker to choose and convert color precisely — instant and free.
See how an image looks to someone with colour-vision deficiency — protanopia, deuteranopia or tritanopia — by transforming it right in your browser. Nothing is uploaded.
Your browser is preparing the tool. It runs 100% locally.
Drop in an image and the tool re-renders it the way it might appear to someone with one of the three main types of colour blindness — protanopia (red-blind), deuteranopia (green-blind) or tritanopia (blue-blind). It works by applying a fixed colour-transform matrix to every pixel on a canvas. It is an approximation of the severe dichromat forms, useful for checking a design, and it runs entirely in your browser so your image is never uploaded.
Load an image and pick a colour-vision type, and the tool shows a simulated version — an approximation of how that image looks to someone who is missing or has a shifted response in one of the eye's three cone types. You can switch between protanopia, deuteranopia and tritanopia to compare.
It is a practical accessibility check: see whether a chart, a status colour or a red-on-green cue still reads when colour perception changes, so you can fix problems before they reach colour-blind users.
The image is drawn onto a canvas so the tool can read every pixel's red, green and blue values. For the chosen colour-vision type, it applies a fixed three-by-three transform matrix to each pixel: the new red, green and blue are weighted blends of the original three, with weights chosen to mimic how that type of colour vision confuses certain hues.
Because the same matrix is applied uniformly to every pixel, the whole image is remapped at once. The maths is a standard linear approximation of dichromatic vision — the kind used widely for accessibility previews — and all of it happens locally in your browser.
for each pixel (R, G, B):
new R = R×a + G×b + B×c
new G = R×d + G×e + B×f
new B = R×g + G×h + B×i
(a…i = the fixed 3×3 matrix for the chosen type)Deuteranopia, new R = 0.625·R + 0.375·G + 0·B (and so on for G and B)Each colour-vision type has its own fixed matrix of nine weights. The same transform is applied to every pixel of the image.
Your image never leaves your device. It is read and transformed on a canvas in your browser, and nothing is uploaded to any server.
Because the work is local, you can safely preview private mockups, screenshots or client images without them being stored or sent anywhere.
Nothing is saved between sessions — close the tab and the image and its simulated version are gone.
This is an approximation, not a medical or diagnostic tool. The matrices mimic the broad effect of each dichromacy, but real colour vision varies between people, and different research models give slightly different results. Use it to catch obvious problems, not to certify accessibility.
It simulates only the three severe dichromat types. The most common colour-vision deficiency is deuteranomaly — a milder, shifted green sensitivity affecting around 5 to 6 percent of men — which is partial, not the full deuteranopia shown here. The real-world experience of many colour-blind users sits between normal vision and these simulations.
It does not cover every form. Monochromacy (seeing no colour at all) and the anomalous trichromat types are not simulated, so the tool shows three points on a much wider spectrum of colour vision.
The transform works on the image's sRGB values directly. A more exact simulation converts to linear light first; doing the maths on gamma-encoded values, as here, is faster but slightly less precise. The result is a good guide, not a pixel-perfect reproduction.
See whether colours in a UI or chart still read with colour blindness.
Confirm red-versus-green cues are not the only signal.
Spot problems before they reach colour-blind users and add labels or patterns.
Show colleagues how a design looks to colour-blind viewers.
For accessible design, do not rely on colour alone — add labels, icons or patterns, and verify text with a contrast checker. For a clinical assessment, an eye-care professional uses proper testing. This tool is a design preview of the severe types, not a diagnosis.
Applies a fixed colour-transform matrix per pixel for each of the three dichromat types; honest that it is an approximation of the severe forms, not the milder anomalous trichromacy that is far more common.
Use Color Picker to choose and convert color precisely — instant and free.
Use HEX to RGB Converter to choose and convert color precisely — instant and free.
Use Color Palette Generator to choose and convert color precisely — instant and free.
Use Gradient Generator to choose and convert color precisely — instant and free.
Use Contrast Checker to choose and convert color precisely — instant and free.
RGB to HEX Converter with copy-ready values for design and front-end work.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.