Extract the dominant color palette from any image. Click any color to copy its value.
The tool samples the image and uses a median-cut quantization algorithm to find the most dominant colors, then sorts them by frequency.
No. All processing happens locally in your browser using the Canvas API.