Image Color Picker
Click any pixel to get its exact color. Extract dominant color palettes. Copy HEX, RGB, or HSL in one click. Completely private — zero upload.
Drop a photo to pick colors
JPG, PNG, WebP
Your file never leaves your device
Click Extract to analyse dominant colors
Pick colors from any photo — HEX, RGB, HSL instantly
Canvas getImageData() reads pixel values directly in your browser. Your image never leaves your device.
What color formats are shown?
HEX (e.g. var(--accent)), RGB (e.g. rgb(200, 255, 0)), and HSL (e.g. hsl(74, 100%, 50%)). All three update simultaneously when you pick a color.
How does palette extraction work?
The tool samples pixels from your image and groups them using k-means clustering — a mathematical algorithm that finds the most representative color centres. This runs entirely in your browser.
What is the magnifier for?
As you hover over the image, a circular magnifier follows your cursor and zooms in to the surrounding pixels, making it easy to pick precise colors from small details.
Is the color picker accurate for design work?
It reads raw pixel values from the canvas. For design-accurate colors, ensure your image is in sRGB color space — most phone and camera photos are.