Matching a brand colour
- Input
- Click the logo in a screenshot
- Output
- #1D4ED8 · rgb(29, 78, 216)
Sampling directly from an image is the reliable way to match a colour you have no specification for.
An image colour picker reads the exact colour of any pixel you click and extracts the palette that dominates the picture. Upload an image, click anywhere to sample a colour, and copy it as HEX, RGB or HSL — useful for matching a design to a photograph or pulling a palette from a reference.
Runs entirely in your browser — your images are never uploaded.
Click anywhere on the image to sample a colour.
How to
Drop in any photo or graphic. It appears on a canvas ready to sample.
A magnifier shows the exact pixel under the cursor so you can hit the colour you meant.
Each sample is shown as HEX, RGB and HSL, with a swatch and one-click copying.
The dominant colours in the image are extracted automatically alongside your own samples.
Examples
Sampling directly from an image is the reliable way to match a colour you have no specification for.
The palette is built by clustering the image's colours, so it reflects what actually dominates rather than what stands out.
HEX suits CSS, RGB suits most design tools, and HSL makes it easy to derive lighter or darker variants.
Why use it
A zoomed view of the pixels under the cursor means you pick the colour you intended, not its neighbour.
Dominant colours are clustered from the whole image, giving a usable palette rather than a handful of random samples.
HEX, RGB and HSL for every colour, so it drops straight into CSS or a design tool.
Colours you pick are kept in a list, so you can build a palette by hand and copy any of them later.
The image is read in your browser and never uploaded.
Good to know
Summary
FAQ
Discover