Perceptual precision for creators.
Colour Name Finder is a high-performance, local-first utility built to bridge the gap between design vision, mathematical hex representation, and human perception.
The Science: Perceptual Matching vs Mathematical Distance.
Standard color finders often compute color difference using simple Euclidean distance in the RGB color space. They treat red, green, and blue as three perpendicular axes of a box and measure the straight-line distance between them.
While mathematically simple, this does not align with human biological vision. Human eyes have varying sensitivity to different wavelengths: we are far more sensitive to changes in green and yellow than we are to blue or red.
How CIELAB Delta E Calculations Work
To solve the visual discrepancy, our engine translates color inputs into the CIELAB (L*a*b*) color space. CIELAB is designed to be perceptually uniform, meaning a numerical step in any direction corresponds to an equivalent step in human color perception.
We then calculate the Delta E (CIEDE2000) distance against our dictionary of 1,500+ curated shades. This sophisticated formula considers lightness, chroma, hue rotation, and compensation factors for neutral colors, guaranteeing that the name you get matches what you actually see.
Core Pillars of Our Utility.
All calculations, algorithms, and dictionary lookups occur strictly in your browser. Our tool remains fully functional without an active internet connection.
Uploaded images are parsed client-side via HTML5 canvas and never sent to a server. Your camera stream is processed locally and never stored.
Built using standard open datasets and robust web engineering practices, inspired by the clean aesthetics of minimal developer dashboards.