Color Picker
Pick a color from any image, or dial one in manually, and instantly get HEX, RGB, and HSL codes.
verified_user100% Client-Side Processing
Pick from an image
colorize
Click to upload an image
Then click anywhere on it to sample a color
Picked Color
Manual Picker
Frequently Asked Questions
How accurate is the picked color?
The tool reads the exact pixel value from the image you upload using the Canvas API, so the HEX/RGB/HSL values are pixel-accurate.
What's the difference between HEX, RGB, and HSL?
They're three ways to express the same color: HEX is a compact code used in CSS/design tools, RGB expresses red/green/blue intensity, and HSL expresses hue, saturation, and lightness — often more intuitive for adjusting a color.
Is my uploaded image stored anywhere?
No. The image is loaded directly into a canvas in your browser's memory and is never uploaded to a server.