Show HN: What's my JND? – a colour guessing game
61–65 of 65 posts
Re: Show HN: What's my JND? – a colour guessing game
#62Re: Show HN: What's my JND? – a colour guessing game
#63Re: Show HN: What's my JND? – a colour guessing game
#64This is fun! I just played once and got 0.0016, which it says is "absurdly below the theoretical limit"... Okay, tried again and got 0.0034 which is still says is beyond the human limit! I'll have to give this to my mum because we often argue about colours and I suspect she might be a tetrachromat. Both tests on a Pixel 10 btw
Re: Show HN: What's my JND? – a colour guessing game
#65On 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/
It's worse. 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,…