Back

Color Picker & Palette Extractor

Click any pixel to get HEX/RGB/HSL — auto-extract a palette

Drop an image

JPG, PNG, WebP, GIF

About the Free Image Color Picker & Palette Extractor

Click any pixel in your image to read its HEX, RGB, and HSL values. Or let the auto-palette extractor pull the dominant 5 colors for you — useful for matching brand colors, designing around a photo, or grabbing a swatch for CSS.

How to use it

  1. 1

    Upload an image

    Any JPG, PNG, or WebP works.

  2. 2

    Click pixels to sample

    Each click captures that pixel's color in HEX, RGB, and HSL. Sampled colors are saved to a history strip.

  3. 3

    Copy or export

    Copy any value with one click, or download the extracted palette as a CSS snippet.

Frequently asked questions

How accurate is the picker?

It reads the exact pixel value the browser sees, which is what most design tools will use. Note: PNG and JPG can render with subtle color-profile differences — pick from the same file you'll deploy.

How does palette extraction work?

A k-means clustering pass groups pixels into the 5 most dominant colors, weighted by frequency. Works best on images with clear distinct subjects.

Related tools