Image Color Picker
Upload an image and click any pixel to get its hex and RGB color values. Free, private, no upload.
Choose an image then click any pixel to pick its color.
#------
rgb(-, -, -)
Pure browser JavaScript (HTML canvas) — no upload.
How to use this tool
- Choose an image.
- Click any pixel on the preview.
- Copy the hex code.
Upload an image and click any pixel to get its hex and RGB color values. Free, private, no upload.
Frequently asked questions
- Is my image uploaded?
- No — color sampling happens locally via getImageData.