Show HN: What's my JND? – a colour guessing game
11–20 of 65 posts
Re: Show HN: What's my JND? – a colour guessing game
#12I tried it on a recent Pixel with brightness set to two-thirds, and this is my result:
Re: Show HN: What's my JND? – a colour guessing game
#13Re: Show HN: What's my JND? – a colour guessing game
#14Re: Show HN: What's my JND? – a colour guessing game
#15On a good monitor, I got to 0.0032 and then it all fell apart. Here's the related article on how much accuracy is really needed in CSS values. https://www.keithcirkel.co.uk/too-much-color/
The code contains a function that, given the target ΔE, generates two colors in floating-point Oklab representation, separated by that distance. But there is no check whether the two generated colors end up rounding to exactly the same one on 8-bit displays. So, I was asked to find a boundary (while the claim was that there were two distinct colors 0.0013 ΔE apart) between RGB(80, 83, 152) and RGB(80, 83, 152). Obviously unfair.
Re: Show HN: What's my JND? – a colour guessing game
#16not knowing anything about color, i will admit i am a bit confused. i scored 0.0034 and was told "if you're not already calibrating displays for a living, you're leaving money on the table". which, to me, implied i did quite well!
but, reading the scores posted here, most people are doing a lot better than me. i doubt all of us are crazy good...
so, i assume the front page is a typo: "most people land around 0.02" (should be 0.002, not 0.02)? if yes, then i am back to not understanding the message i got about calibrating displays, because i did quite a bit worse than 0.002.
edit: nerd-sniping myself a little bit. but it appears (stressing: i know nothing) the "0.02" is accurate, but calculated by showing someone two colors and asking "are these different" until the person answers the question correctly 50% of the time. which is a different question than "where, precisely, is the line between these two colors". with the different question, it ends up compressing the result down by about an order of magnitude.
Re: Show HN: What's my JND? – a colour guessing game
#17Re: Show HN: What's my JND? – a colour guessing game
#18Re: Show HN: What's my JND? – a colour guessing game
#19Is higher or lower "better"?
it is measuring the smallest color distance you can still detect. so a lower number means you can spot the difference between two more-alike colors.
Re: Show HN: What's my JND? – a colour guessing game
#20If 0.02 is the JND of deltaEOK, how come everybody is getting results an order of magnitude smaller? Even the author himself (at https://www.keithcirkel.co.uk/too-much-color/ ) says they get 0.0028, but never elaborate on the significance of that result.