Status: IN
All shorthand hex color components (`00`, `11`, `22`, ..., `ff`) are exactly the multiples of 17 from 0 to 255, making nearest-shorthand a `round(val/17)*17` problem rather than a brute-force search.
Source: entries/2026/06/06/similar-rgb-color-solution.md
JSON