Image Color Picker
Upload or paste an image, click any pixel to extract its exact color
Drop an image here or click to upload
Supports PNG, JPG, WEBP, BMP, GIF
Tip: You can also paste from clipboard (Ctrl+V / Cmd+V)
Color History
How the color picker works
This tool reads pixel data directly from your image using the HTML5 Canvas API. When you move your mouse over the image, it captures the pixel color at the cursor position using getImageData(), which returns RGBA values (0-255 per channel). The HEX code is derived by converting each channel to a two-digit hexadecimal string.
Upload options: You can drag and drop an image onto the upload area, click to browse files, or paste an image from your clipboard using Ctrl+V (Windows/Linux) or Cmd+V (Mac). All processing happens entirely in your browser — no image data is sent to any server.
The magnifier loupe renders an 8x zoomed view of the area around your cursor so you can precisely target individual pixels. Colors you pick are saved to a history panel, letting you compare and switch between colors easily.