How it works
Color Palette Extractor — Extract dominant colours and HEX values from any image. All processing happens in your browser — no upload, no signup, no email required. Free forever.
Frequently asked questions
How is the palette computed?
We sample pixels into a coarse 6×6×6 RGB grid, average each bin, and keep the most frequent buckets. Fast and produces visually-grouped colours that match what you'd pick by eye.
How many colours can I get?
Between 3 and 16. Higher counts surface more subtle accents at the cost of less distinct buckets.
Is my image uploaded?
No. Sampling runs in the browser via canvas — nothing is sent.
Related tools
- SVG → PNGRasterize SVG vector files into PNG images
- Compress ImageReduce JPG, PNG or WebP file size
- Convert ImageConvert between PNG ↔ JPG ↔ WebP
- Resize ImageChange width/height, keep aspect ratio
- Image CropCrop an image to a custom aspect ratio or pixel dimensions
- Image Rotate / FlipRotate an image in 90° steps and flip horizontally or vertically