Image Color Extractor
Pull the palette from any image.
Runs entirely in your browser — nothing you enter is uploaded, logged, or tracked.
Drop in any image to pull out its most dominant colors as a clean palette — each with a copyable hex code — built by sampling and clustering the image’s pixels in your browser. Perfect for matching a design to a photo, logo or screenshot.
Click a swatch to copy its hex.
Frequently asked questions
How are the colors chosen?
The image is sampled and its pixels are grouped into clusters of similar color; the largest clusters become the palette, ordered by how much of the image they cover.
Is my image uploaded?
No — the pixels are read and analyzed in your browser with the Canvas API. Nothing is sent anywhere.
Can I copy the hex codes?
Yes — click any swatch to copy its hex value.