IMAGE
🖼️ Image Tools
Image Color Picker
Extract precise color values from any point on an uploaded image. Click anywhere on the image to pick a color and get the HEX, RGB, and HSL values instantly.
Drop an image here or click to upload
Supports PNG, JPEG, WebP, GIF, BMP
How to Use
- Upload an image using the file picker or drag and drop.
- Click anywhere on the image to pick a color.
- Hover to preview the color under the cursor.
- Click to copy the color value in your preferred format.
- Colors are shown in HEX, RGB, and HSL formats.
How It Works
Color picking uses the Canvas
getImageData() method to read pixel data at the clicked coordinates. The RGBA values are then converted to HEX and HSL color spaces for your convenience.