Image Color Picker
Click any pixel in a photo, screenshot or logo to read its exact HEX, RGB and HSL color.
- Hit Upload image and point it at any photo, screenshot or logo.
- Already have the file open? Drag it straight onto this page.
- Copied something? Paste it here.
Steps to pick a color from an image
- Load a picture: upload a file, drag one onto the page, or paste from your clipboard.
- Move over the image and click the exact pixel you want to sample.
- Read the color as HEX, RGB and HSL in the panel, and copy any value with one click.
- Scan the Colors from image strip for the photo’s main tones without hunting pixel by pixel.
What the image color picker reads from a photo
Clicking a pixel gives you that one color in every common format at once, so you can use it wherever you need. Here is what a single click on a blue sky might return:
How the image color picker works
The picker draws your image onto an HTML canvas, then reads the red, green and blue of whatever pixel you click straight from that canvas data. Because the canvas holds the true pixel values, the color you get is exact, not an approximation. The Colors from image strip runs the same data through a quick clustering pass to surface the photo’s most common tones.
Why a pixel picker beats guessing a color by eye
Trying to eyeball a color from a photo almost never lands on the right value, and that is the whole case for an image picker. Screens, lighting and your own eyes all shift how a color looks, so the only reliable way to reuse a tone is to read its actual pixel data. Sampling the source directly is the difference between a brand color that matches and one that is just close.
What people use the image color picker for
- Matching a brand color straight from a logo or screenshot.
- Building a theme from the colors in a photo or piece of artwork.
- Checking the exact color a client or designer used in a reference image.
- Grabbing several tones at once, which the Palette From Image tool turns into a full palette.
Image color picker vs the screen eyedropper
Both sample real pixels, but they suit different jobs. The image picker works on a file you load, so it is repeatable and precise; the browser EyeDropper API grabs any pixel live on your screen but only in supported browsers. For a fixed reference image, the picker is the steadier choice.
No. The picker works entirely on your device using an HTML canvas, so nothing leaves your browser.
Common web images like PNG, JPG, WebP and GIF all work.
Zoom your browser in on the image first, then click; the picker reads whatever pixel is under the cursor.
Yes. The Colors from image strip shows the main tones automatically, and Palette From Image builds a full set.