Image Color Picker

Click any pixel in an image to grab its exact color code.

100% private - files never leave your browser

Loading tool…

Share:WhatsAppFacebookX

Grab the exact color of any pixel in an image. Upload a photo, click anywhere on it, and instantly get the HEX and RGB values ready to copy into your design or code. It is perfect for matching brand colors or building palettes from a picture. The image is read locally in your browser and never uploaded.

Finding the exact colour from an image

Guessing a colour by eye is surprisingly unreliable; two shades that look identical on screen can be noticeably different in code. Sampling the pixel directly gives you the precise value, which is what you need when matching a website to a logo, recreating a brand colour you do not have the code for, or pulling a palette out of a photograph you like.

HEX and RGB, and when to use each

HEX values such as #3B82F6 are the compact form used in CSS and most design tools, and they are what you will paste into a stylesheet or a design app most of the time. RGB values such as rgb(59, 130, 246) express the same colour as separate red, green and blue amounts, which is handy when you need to adjust one channel or work with transparency. Both describe exactly the same colour, so use whichever your tool expects.

Practical uses

  • Matching a website's buttons and headings to a client's logo.
  • Recreating a colour from a screenshot when you have no brand guide.
  • Building a design palette from a photograph.
  • Finding the exact background colour of an image to blend an element into it.

Picking a whole palette at once

If you want the overall colour story of an image rather than one specific pixel, the Color Palette Extractor analyses the whole picture and returns its dominant colours as ready-to-copy swatches. Both tools read the image in your browser, so nothing is uploaded.

How to use Image Color Picker

  1. 1

    Upload an image.

  2. 2

    Click any point to sample its color.

  3. 3

    Copy the HEX or RGB value.

Frequently asked questions

You get both HEX (e.g. #3B82F6) and RGB values for every pixel you click.