We use the Median Cut algorithm to analyze all pixels in your image and group them into dominant color clusters. The algorithm finds the most representative colors based on their frequency.
No. All color analysis happens entirely in your browser using the Canvas API. Your images never leave your device.
You can view and copy colors in three formats: HEX (#ff5733), RGB (rgb(255, 87, 51)), and HSL (hsl(14, 100%, 60%)).
You can extract between 3 and 12 dominant colors from any image using the adjustable slider.
Yes! Click the 'Copy all' button to copy all extracted color values to your clipboard in your preferred format.