<!-- Markdown version of https://ocxly.com/image-color-picker.html · auto-generated, may lag the live page -->

# Image Colour Picker

Upload an image and click anywhere to lift that pixel's exact colour — as HEX, RGB and HSL, with a swatch history to copy from. The image is read on a canvas in your browser and never uploaded.

### How it works

Your image is drawn onto a `<canvas>` in your browser — it is never uploaded. Click anywhere to read that pixel's exact colour via `getImageData`, shown as HEX, RGB and HSL and added to a running swatch list you can copy from. Handy for lifting brand colours from a screenshot or matching a shade from a photo.

---
*Source: [ocxly.com/image-color-picker.html](https://ocxly.com/image-color-picker.html) — OCXLY, free 100% client-side privacy-first tools. Free image colour picker (eyedropper) reading pixel colours as HEX, RGB and HSL, entirely in your browser.*
