Color Picker
Upload an image and click anywhere to sample that pixel\u2019s exact color, in HEX, RGB, and HSL.
Frequently asked questions
How accurate is the sampled color?
It reads the exact pixel value at natural image resolution using the Canvas API, not an approximation from the screen — so the HEX/RGB/HSL values are exact, not estimated.
Can I pick multiple colors from one image?
Yes, click anywhere on the image as many times as you like — your last 12 picks are kept in the "Recent" row so you can click back to a previous one.
Does this work on transparent PNGs?
It reads the RGB color of the pixel; fully transparent areas will typically read as black (0,0,0) since there’s no color data behind the alpha channel in most exported PNGs.