toolbin_

Pick a pixel color from an image (color picker)

Pick a pixel’s color by clicking directly on an imported image (HEX, RGB), in your browser.

The image is processed locally, never uploaded.

🔒 100% client-side — no data sent

Pick the exact color of a pixel by simply clicking on an imported image, just like an eyedropper. The tool shows the color code in HEX and RGB, ready to copy. Your image stays 100% in the browser and is never uploaded.

What is it for?

  • Extract a precise color from a screenshot or a mockup
  • Find the exact HEX code of a logo or a brand guideline
  • Build a palette from an inspiration photo
  • Check an element's color to reuse it in CSS

FAQ

How do you get the color code of a pixel in an image?

Import your image, then click on the spot you want: the tool reads the pixel's color and shows its HEX and RGB code. All you have to do is copy it.

In which formats is the color given?

The color is provided in HEX (for example #3A7BD5) and RGB. These formats paste directly into CSS, a design tool or a stylesheet.

Is my image sent over the internet?

No. The image is processed locally in your browser using a canvas. It is neither uploaded nor kept on a server.