Color Palette Extractor
Upload any image and instantly extract its dominant color palette. Get hex codes, RGB values, and export as CSS variables. Free, runs in your browser.
or drop file here
PNG, JPG, WebP — any image
FAQ
How does color extraction work?
The image is analyzed pixel-by-pixel in your browser. Colors are grouped into buckets and the most dominant ones are selected, with diversity filtering to avoid returning near-identical shades.
Can I copy the colors?
Yes — click any color swatch to copy its hex code. Use the 'Copy CSS Variables' button to copy the entire palette as ready-to-use CSS custom properties.
What image formats are supported?
PNG, JPG, WebP, GIF, and any other format your browser supports.
Is the image uploaded to a server?
No. Everything runs locally in your browser. Your image never leaves your device.