Like any responsible developer, I'd like to make sure that the sites I produce are accessible to the widest possible audience, and that includes the significant fraction of the population with some form of colour blindness.

There are many websites which offer to filter a URL you feed it, either by rendering a picture or by filtering all content. However, both approaches seem to fail when rendering even moderately complex layouts, so I'd be interested in finding a client-side approach.

The ideal solution would be a system filter over the whole screen that can be used to test any program. The next best thing would be a browser plugin.

link|improve this question

68% accept rate
Any luck with finding such a plugin? I'd be very happy to find a ffox plugin that can render everything in black and white (which is actually an extreme form of colour blindness that does exist). – Gilles Nov 5 '08 at 8:35
Sadly not as a Firefox plugin. The best solution so far seems to be the Photoshop plugin version of Vischeck. – Marcus Downing Nov 12 '08 at 2:07
feedback

6 Answers

up vote 6 down vote accepted

I came across Color Oracle and thought it might help. Here is the short description:

Color Oracle is a colorblindness simulator for Windows, Mac and Linux. It takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision impairments will see.

link|improve this answer
That's it! It's exactly what I need. – Marcus Downing Jul 11 '09 at 17:34
feedback

Here's a link to a website that simulates various kinds of color blindness:

http://www.vischeck.com/

They let you check URL's and Screenshots with three kinds of different color blindness types (URL checking is a bit dated though. Image-check works better).

I'd encourage everyone to check their applications btw. Seeing your own app with others eyes may be an eye opener (pun intended).

link|improve this answer
Like I said in the question, it mangles my layouts so much that it's hard to tell anything. For example, it misses out background pictures, replaces transparent images with ones on a white background, changes fonts, etc. I can run it on a screenshot that I've saved, but as a live simulator it fails – Marcus Downing Oct 15 '08 at 2:18
I've marked you as the answer even though it's not what I asked for. The Photoshop plugin they have for Vischeck is a lot better than the online version, and is the closest solution I've found. – Marcus Downing Nov 12 '08 at 2:07
Sorry for un-marking you as the answer, but a better one turned up. VisCheck is still a valuable tool, but Color Oracle is brilliant. – Marcus Downing Jul 11 '09 at 17:34
feedback

I know this is a quite old question, but I've recently found an interesting solution to transparently simulate color blindness.

When working with Linux, you can simulate color blindness using the Color Filter plugin for Compiz. It comes with profiles for deuteranopia and protonopia und changes the colors of the whole screen in real-time.

It's very nice because it works transparently in all applications (even within Youtube-Videos), but it will only work where Compiz is available, e.g. only under Linux.

link|improve this answer
feedback

See this previous question:

http://stackoverflow.com/questions/87146/rgb-filters-for-different-forms-of-color-blindness

link|improve this answer
The answers to that question don't provide what I'm after (I'd already checked). – Marcus Downing Oct 15 '08 at 2:20
feedback

Here's an article that has some guidelines for optimizing UI for color blind users:

Particletree ยป Be Kind to the Color Blind

It contains a link to another article with the kind of tools you were asking for:

10 colour contrast checking tools to improve the accessibility of your design | 456 Berea Street

link|improve this answer
feedback

A great paper that explains a conversion that preserves color differences is:

Detail Preserving Reproduction of color images for Monochromats and Dichromats.(PDF)

I haven't implemented the filter, but I plan to when I have some more free time.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.