Image Color Picker
Load an image, then click anywhere on it to sample the exact pixel color. Get the HEX, RGB, and HSL values, the WCAG contrast ratio against a dark background, and the nearest named primary. A live magnifier zooms the pixels under your cursor so you can pick precisely. Everything runs locally in your browser — your image is never uploaded.
or drop one here — PNG, JPG, GIF, WebP. Stays on your device.
Open an image (it's drawn to an offscreen canvas and read with getImageData — no network round-trip). Hover to see a ×8 zoom of the pixels around the cursor; click to capture the color under the crosshair. The swatch shows HEX, RGB, and HSL plus the WCAG contrast ratio of that color against a near-black background (useful for picking legible text colors) and the nearest of the six primary/secondary colors by RGB distance. Recently picked colors are kept as clickable swatches below. Runs locally — the image never leaves your browser.