Color Picker

Pick colors from an image.

A free image color picker (eyedropper): drop in any image, click any pixel, and read its HEX and RGB values, with a history of recently picked colors. The image is processed locally in your browser and never uploaded.

How to use

  1. Drop in or choose an image.
  2. Click the spot on the image you want to sample.
  3. Read that pixel’s HEX and RGB, and copy with one click.
  4. Re-select a color from the recent-swatch history.

FAQ

Does it sample a single exact pixel?
Yes. Your click maps to the image’s native-resolution coordinate, and the true RGB of that pixel is read from the canvas, so the sample matches the original.
Which image formats are supported?
Any common format the browser can decode — PNG, JPG, WebP, GIF and so on.
Is my image uploaded?
No. Sampling happens entirely on a local canvas; the image never leaves your device.

Related tools