Color Palette Extraction
Extract dominant colors from any image. Get HEX, RGB, HSL values. Export as CSS variables.
🎨
Drag & drop an image, or click to browse
Export
How It Works
The tool samples pixels from the image at reduced resolution, then clusters them using a median-cut quantization algorithm to find the most dominant colors. The resulting palette is sorted by frequency (how much of the image each color represents). Click any swatch to copy its HEX value.