Dominant Color Extractor
Automatically extract a color palette of dominant colors from an image.
Click anywhere on an image to sample its color as HEX, RGB, and HSL.
The Color Picker lets you sample the color at any point on an uploaded image, shown instantly as HEX, RGB, and HSL. Each value can be copied to the clipboard with a single click, and a history list keeps recently picked colors available for reuse.
All processing happens entirely in your browser using the Canvas API — your image data is never sent to a server.
Yes, it is completely free to use.
No. All processing happens in your browser. Images are never uploaded to a server.
HEX (e.g.
The raw pixel value at that point is returned as-is, rather than a composite with a background color.