Colour perception test

Managed 35 on my desktop. Found some of them quite hard, especially when it was blue or purples, but greens and red were really easy for me. Then you get ones like this that stick out like a sore thumb :p

ap8m45D.png


It's that dress all over again!
 
My eyes are pretty crap but with the help of a bit of rather crap javascript I got to 4403

Code:
var timer = setInterval(function(){
var prev_color = $('#box span').first().css('background-color');
var clicked = false;
$('#box span').each(function(i, data){
var this_color = $(this).css('background-color');
if(prev_color != this_color){
$(this).click();
return true;
}
});
if(clicked == false){ $('#box span').first().click() }
}, 1);

I raise you 85245...

7MXBfLa.png


Anyway, 21 on my old monitor and 25 on my new one.

Like others have said it's more like monitor test but it's definitely the purples ones that are hardest for me. Whether that's a monitor problem or something related to males is another question.
 
24. I literally couldn't see the blue tile on the 24th stage and it timed out.

Ps I hate these! :mad::p
 
22 on an old 1680x1050 DELL monitor, twice. Was worrying until I read about the M7 above and retried on my one. 35. Definitely a monitor quality test. :p
 
27 but playing on a phone in bright sunlight which is stupid. Will try again later when indoors.
 
Back
Top Bottom