Developer
Extract Image Colors
Upload an image and extract dominant colors with Hex, RGB, HSL, RGBA, and HSLA values.
FAQ
Questions people ask
How are dominant image colors extracted?
The image is downscaled in the browser, pixels are grouped into nearby color buckets, and the most common buckets are shown as a palette.
Does the image upload to a server?
No. The image is read with browser APIs and sampled on a local canvas.
Which color formats can I copy?
You can copy Hex, RGB, HSL, RGBA, HSLA, or the full extracted palette.
Related tools