Color Picker from Image
Upload an image and click anywhere to get the exact HEX and RGB color code at that point. Everything happens locally in your browser.
๐ Processed on your device ยท No upload ยท No account ยท No watermark
HEX: Copied!
RGB: Copied!
Click anywhere on the image to sample a color. Recently picked colors appear below.
Read the stored color of a selected pixel
Open an image and click a point to read that pixel as a HEX code and RGB value. Recent selections remain available as swatches for comparison and copying into CSS or design software. The reading reports the pixel data in the decoded file; the way that color looks elsewhere can still vary with display calibration, color profiles, lighting and print reproduction.
Build palettes and inspect small color differences
- Sample a color from a photograph or screenshot for a design
- Build a starting palette from a logo or reference image
- Copy the stored HEX value of a visible pixel
- Compare neighboring pixels or several areas of one image
Frequently asked questions
How accurate is the color reading?
It reports the decoded RGB value at the selected pixel. That is precise for the file data presented to the canvas, but it does not guarantee identical appearance on every screen or printer. JPG compression can also create small variations between neighboring pixels.
Can I pick multiple colors from the same image?
Yes. Select additional points and use the recent-color swatches to revisit earlier readings.
Is my image uploaded anywhere?
No. The browser uses the Canvas API to read the image locally.
What formats does this support?
It accepts JPG, PNG, WEBP and other image types that the current browser can decode. Support can vary by browser and version.
๐ Want the full picture? Read our guide: How to find the exact color code from any image