inyourbrowser.com

Image Color Picker

Image color picker is a browser-based eyedropper. Drop an image, click a pixel, and read its hex, RGB, and HSL values. A magnifier helps pinpoint the exact pixel, and a history strip keeps your recent picks. All processing runs in your browser using the Canvas API.

Drop an image or click to choose

JPG, PNG, WebP, GIF, SVG, AVIF. Stays in your browser.

CURRENT PICK

Choose an image to begin.

HOVER

Hover over the image.

ACTIONS

Runs entirely in your browser

Dedicated pages

Direct links for common eyedropper workflows.

How to pick a color from an image

  1. Drop an image on the upload area or click to choose a file.
  2. Move the pointer over the image to preview colors, or tap on mobile.
  3. Click a pixel to lock the color into the history strip.
  4. Copy the hex, RGB, or HSL value using the buttons next to each swatch.

Common uses

Technical specification

Frequently asked questions

Is my image uploaded to a server?
All color sampling runs in your browser using the Canvas API. Our servers are not involved at any point.
What color values does the picker return?
Hex, RGB, and HSL are shown for every pick. Each value has its own copy button so you can grab the format you need.
How accurate is the color reading?
Pixel-perfect. The image is drawn to a hidden canvas at its natural resolution, and getImageData reads the exact RGBA bytes for the pixel under your cursor.
Does it work on mobile?
Yes. Drag a finger across the image to see live updates with a magnifier showing the sampled pixel. Tap to lock the color into the history strip.
How many colors can I keep in history?
The last five unique picks are kept in the history strip. Click any swatch to bring it back into the main display.

Reviewed and tested May 25, 2026.