Image Color Picker

Upload an image, then click or tap a point to sample that pixel’s HEX and RGB color.

Your image never leaves your device. It is read only by this browser tab.

#000000
rgb(0, 0, 0)

How to pick a color from an image

  1. Select a PNG, JPEG, WebP, GIF, or another image format your browser supports.
  2. Click or tap the exact point you want to sample.
  3. Copy the resulting HEX or RGB value for your design or CSS.

Why sampled colors can vary

A displayed edge or shadow often contains many neighboring pixel colors because of anti-aliasing, compression, transparency, or gradients. Zoom the source image before uploading when you need to target a very small detail. Transparent pixels are sampled against their stored RGB channels; the result does not include alpha.

Image privacy

The file is decoded with browser APIs and drawn to a local canvas. This site does not upload or store it. Reloading or closing the tab removes the loaded image from the tool.

Related color tools