Advertisement
Image Color Picker
Click any pixel — grab the color in hex, RGB or HSL.
Advertisement
How to Use This Tool
- Upload a JPG, PNG or WebP image.
- Click anywhere on it to sample the pixel under your cursor.
- Copy the color as hex, RGB or HSL — great for design and CSS.
Frequently Asked Questions
Is my image uploaded anywhere?
No. Everything runs locally in your browser — the image never leaves your device.
Why did I get a transparent pixel?
If the image has transparency, clicking the transparent area returns alpha 0. Pick a spot where the subject is opaque.
Can I read a color from a website?
Yes — take a screenshot of the page, upload it, then click the color you want.
How do I use the color in CSS?
Use the hex value directly: color: #3498db;. Or use RGB/HSL values in the corresponding CSS functions.
Practical Example
You want a button color that matches a product photo:
- Upload the photo and click the product's main shade.
- Copy the hex value and paste it into your CSS.
- Check its contrast against your background with the Color Contrast Checker.
Trusted Sources
Advertisement