Color Picker
Pick colors from an image.
A free image color picker (eyedropper): drop in any image, click any pixel, and read its HEX and RGB values, with a history of recently picked colors. The image is processed locally in your browser and never uploaded.
How to use
- Drop in or choose an image.
- Click the spot on the image you want to sample.
- Read that pixel’s HEX and RGB, and copy with one click.
- Re-select a color from the recent-swatch history.
FAQ
- Does it sample a single exact pixel?
- Yes. Your click maps to the image’s native-resolution coordinate, and the true RGB of that pixel is read from the canvas, so the sample matches the original.
- Which image formats are supported?
- Any common format the browser can decode — PNG, JPG, WebP, GIF and so on.
- Is my image uploaded?
- No. Sampling happens entirely on a local canvas; the image never leaves your device.
Related tools
- QR Decode — Upload, drag, paste a screenshot or scan with the camera — QR codes decoded locally; URLs, WiFi passwords and 2FA secrets get one-click actions.
- Compress — Local lossy / lossless compression.
- Format — Convert between PNG / JPG / WebP.
- Resize — Resize by ratio or exact pixels.
- Request Echo — See what the server actually received: every header, the real IP, the proxy chain.
- HTTP Testbed — Return any status, delay, redirect or payload size to exercise client retry and timeout logic.