Color Picker

Pick any color and copy it as HEX, RGB or HSL, or pull a palette straight out of an image. It all runs on your device.

HEX #8B8BFF
RGB rgb(139, 139, 255)
HSL hsl(240, 100%, 77%)
🎨

Drop an image here

or tap to choose - we pull the main colors out of it

Frequently asked questions

Is the color picker free?

Yes. Picking colors, copying HEX, RGB and HSL values, and extracting palettes from images are all free with no signup and no limits.

Do my images get uploaded anywhere?

No. The palette extractor reads your image locally in the browser with a canvas, so the file never leaves your device.

How does the palette extractor choose colors?

It samples pixels across the image, groups similar shades into buckets, counts how often each appears, and returns the most common distinct colors as clickable swatches.