Free online image color picker. Upload any image and click to pick colors. Returns HEX, RGB, and HSL values instantly. No server upload required.
Identifying exact colour values from an image is a common task for designers, developers, and anyone who needs to match colours across digital assets. This colour picker lets you click any pixel in an uploaded image to get its precise HEX, RGB, and HSL values.
Unlike browser developer tools that only work on web page elements, this tool works on any image you upload — product photos, brand assets, screenshots, artwork, or any other image file.
All colour picking runs in your browser using the Canvas API — your images never leave your device.
The tool returns the picked colour in HEX (#RRGGBB), RGB (r, g, b), and HSL (h, s%, l%) formats simultaneously. Copy whichever format your design tool or code requires.
The tool picks the exact pixel colour using the Canvas API, which reads the actual pixel RGBA values. The accuracy is pixel-perfect for images without lossy compression artefacts. For JPG images, nearby pixels may have slightly different values due to compression.
This tool works with uploaded images only. For picking colours from live web pages, use your browser's built-in developer tools colour picker or a browser extension like ColorZilla.