Image Color Picker
Click anywhere on an uploaded image to read that exact pixel's HEX and RGB color, with a magnified cursor preview and a running pick history — entirely in your browser.
Drag & drop a JPEG, PNG, or WebP image
or
Image — tap or drag to pick a color
Tap or click anywhere on the image to pick a color, then drag the crosshair to fine-tune it.
Picked color
No color picked yet.
Common Use Cases
About Image Color Picker
Grabbing the exact color of a single pixel — a brand color from a logo, a background shade from a screenshot, an accent from a design mockup — usually means opening the image in a full desktop editor just to use its eyedropper tool. This tool does the same job directly in your browser: upload an image, click anywhere on it, and it reads that exact pixel's color straight from the image's own pixel data.
Under the hood, the uploaded image is decoded and drawn onto an in-memory canvas, and every click reads the pixel at that exact position via the Canvas API's getImageData — not an approximation or a downscaled guess, but the same raw value the image actually stores there. Hovering over the image shows a magnified, pixel-by-pixel preview of the area around your cursor with the exact pixel that would be picked outlined, so lining up on a fine detail or a hard edge between two colors is easy even when the image is displayed smaller than its real size.
Every color you pick is added to a running history below the image, shown as a small swatch grid — click any past swatch to bring it back into the main "Picked color" panel, where its HEX and RGB values are each one click away from your clipboard. That makes it easy to sample several spots on an image and compare them side by side without losing earlier picks.
Every step — decoding the image and reading pixel colors — runs locally using the Canvas API already built into your browser. Your image is never uploaded, transmitted, logged, or stored anywhere, even for a moment.
Frequently Asked Questions
Related Tools
View all Image ToolsDocument Scanner
Turn a phone photo of a document into a clean, straightened scan — rotate, fix the perspective, flatten the background, boost contrast, and download it as a PDF, all in your browser.
Image Compressor
Shrink a JPEG, PNG, or WebP image's file size with a live quality slider — see the before/after size and preview instantly, entirely in your browser.
Image Format Converter
Convert JPEG, PNG, WebP, GIF, and other images between formats — batch multiple files at once, entirely in your browser, with nothing ever uploaded.