Pick a Color from an Image
Load a picture, move over it to preview the color under the cursor, and click to lock the HEX and RGB values.
Image Color Picker
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
Ever needed the exact color of one pixel in a photo, logo, or screenshot? This tool draws your image to a canvas and reads the real pixel data with getImageData, so the color you get is the true value stored in the file — not an approximation.
Move your cursor over the image and the swatch, HEX, and RGB readouts update live to show whatever is under the pointer. Click to lock that color so it stops changing, then use Copy HEX to put the value on your clipboard for CSS, a design tool, or a document.
The coordinates are scaled correctly even when the canvas is displayed smaller than the image, so the sampled pixel matches where you clicked. Everything is local to your browser, which means brand assets and private screenshots are never uploaded.