---
title: "Image Color Picker - Pick HEX from Any Image | CanDoYa"
description: "Pick an exact color from any image and copy HEX, RGB, HSL, alpha, and pixel coordinates. Private Canvas sampling with zoom and a pixel loupe."
url: https://candoya.com/tools/image-color-picker/
locale: en
type: browser-tool
---

# Image Color Picker

Category: Images

## What is an image color picker?

An image color picker lets you click a pixel in a photo, logo, or screenshot and read its color code. Add an image, inspect it with the magnified loupe, then copy HEX, RGB, HSL, alpha, or coordinates. Sampling runs locally in your browser, so the file is not uploaded.

The tool decodes your image with its saved orientation, draws a bounded preview, and maps every click back to the oriented source pixel. A separate 1 by 1 Canvas read preserves source-image coordinates even when the preview is scaled or zoomed. Results describe the browser-rendered color, normally in sRGB, rather than raw compressed bytes or a paint catalog match.

Each saved pixel stays in a short on-page list. Copy the list for a design note or download a CSV containing the coordinate, HEXA, RGBA, HSLA, and alpha values.

## How to use it

1. **Add an image** - Drop, choose, or paste a supported raster image. The browser applies saved EXIF orientation when it decodes the file.
2. **Target a pixel** - Hover for a live loupe, then click or tap to save the pixel. Use the arrow keys for one-pixel adjustments.
3. **Copy or download** - Copy one color format, copy the saved list, or download all saved pixels and coordinates as CSV.

## Who it's for

- **Web designers** can match a brand accent from a logo or approved mockup.
- **Developers** can inspect a screenshot and copy a CSS-ready color value.
- **Content teams** can sample thumbnail, slide, and social graphic colors without opening an editor.
- **Accessibility reviewers** can capture foreground and background pixels before checking their contrast.

## Expert note

A sampled JPEG edge often contains a blended compression pixel rather than either visible flat color. Zoom in and sample a few pixels inside a solid region; for transparent artwork, use HEXA or RGBA so the alpha channel is not lost.

## Frequently asked questions

### Is my image uploaded?

No. The browser decodes the selected file and reads pixels with Canvas on your device. The image, its pixels, and your saved color list are not sent to a processing server by this tool.

### Is the image color picker free?

Yes. You can upload images, sample as many pixels as you need, copy color values, and download the saved list without an account, payment, watermark, or usage credits.

### What image formats and limits are supported?

The picker accepts PNG, JPG, WebP, GIF, AVIF, and BMP files up to 40 MB and 64 megapixels when the browser can decode that format. Animated images use the frame exposed by the browser decoder.

### How do I get a HEX color from an image?

Add the image, move over the area you want, and use the loupe to target one pixel. Click or tap to save it, then use the Copy button beside HEX. Semi-transparent pixels also show an eight-digit HEXA value.

### Can the picker read transparent pixels?

Yes. The checkerboard reveals transparency, and semi-transparent samples include HEXA, RGBA, HSLA, and an alpha percentage. Fully transparent Canvas pixels commonly read as transparent black, so the alpha value is more meaningful than the hidden RGB channels.

### Why can the sampled color differ from what another app shows?

Browsers decode embedded color profiles and expose rendered Canvas pixels, usually in sRGB. Other apps may report raw profile values, use a wider-gamut working space, or round channels differently. JPEG compression also blends colors around edges.

### Does zoom change the sampled color?

No. Zoom only enlarges the preview. Pointer positions are mapped back to the oriented source-image dimensions, and the picker reads one source pixel. The x and y values therefore stay in source-pixel coordinates.

## Related tools

- [Image Color Palette Extractor](https://candoya.com/tools/image-color-palette-extractor/)
- [Dominant Color Finder](https://candoya.com/tools/dominant-color-finder/)
- [Image Histogram](https://candoya.com/tools/image-histogram/)
- [Image Cropper](https://candoya.com/tools/image-cropper/)
- [Image Resizer](https://candoya.com/tools/image-resizer/)

---

*Markdown edition of <https://candoya.com/tools/image-color-picker/>, published for AI agents and other automated readers. Index of key pages: <https://candoya.com/llms.txt>.*
