is the inability or decreased ability to see color, or perceive color differences, under normal lighting conditions

learn more… | top users | synonyms

-1
votes
4answers
242 views

Should we risk using colors other than blue in Web apps?

Trends: New Colors (we’re looking at you, #00A0D1) If there’s one thing that’s been stagnant in the design community, it’s the originality with colors. Sixty percent of the applications on my ...
0
votes
0answers
43 views

How are Audio Captchas created? [closed]

How are Audio Captchas created? Is there a service provides the audio Catpchas that blind people complete when filling out a Captcha? Is there a 3rd party service or do each provider make their ...
2
votes
2answers
506 views

What is the difference between WCAG 2 AAA Compliant and WCAG 2 AA Compliant

I use a web app to check my site color contrast. Most of my color (Back/fore ground colors) are OK and I see YES inside textboxes except the one which refers to WCAG 2 AAA. What is it? What is the ...
6
votes
5answers
531 views

Are social media icons as effective when grey-scale?

Social icons may be more noticeable in the header, but they can clutter they navigation. Are social icons as effective in grey-scale? ie. Will users still see them in a group of links if they're not ...
13
votes
5answers
539 views

How can I check if my user interface is suited for colorblind people?

I've made a visualization that consists of various colors. Now I would like to test, if also color-blind people can use my application in a meaningful way. Is there any tool etc that I can run to see ...
4
votes
5answers
279 views

Communicating a three stage grade of alert

In our web application there's a view where we display the stress on a hardware component. This will be displayed with a percentage value in different colour codes combined with an icon where 100% ...
7
votes
3answers
224 views

Choosing colors appropriately for red-green colorblindness

I want a green for "correct answer" and a red for "wrong answer". My current choice is rgb(144, 238, 144) for the green and rgb(250, 128, 114) for the red. (See wikilearner.net/wiki for the colours in ...
4
votes
5answers
545 views

Traffic light like indicator for color-blind users?

We want to implement an indicator to display 'good' 'average' or 'bad'. So someone came up with a traffic light image. (green circle for 'good' yellow circle for 'average' and a red circle for 'bad') ...