Original
Choose an image to see a preview here.
Image / Local tool
Pick any pixel from a local image and copy its HEX, RGB and HSL color values without sending the image anywhere.
Choose an image to see a preview here.
Choose an image to see a preview here.
Method, example & boundaries
Click a local image to inspect one exact pixel as HEX, RGB, and HSL without uploading the file. Coordinate-level sampling is useful for reproducing a brand color, debugging an unexpected edge, or handing a measured value to CSS work.
HEX #0F766E; RGB 15, 118, 110; approximately HSL 175°, 77%, 26%.All formats describe the same decoded pixel, so HEX can be copied to CSS while RGB or HSL supports further adjustment.
The browser maps the click from displayed image coordinates back to the natural canvas dimensions, reads one RGBA pixel, formats RGB as two-digit HEX components, and derives HSL from normalized channel extrema.
Anonymous feedback
Found a problem or an idea to make this tool better? Tell us. We review every report and start working on actionable improvements within 2 days, continuously improving reliability and usability.