Color Picker — HEX, RGB, HSL
Pick any color and instantly see its HEX, RGB and HSL values. Free, in-browser.
How to use this tool
- Open this page — it runs instantly in your browser, no signup or install.
- Allow any permission prompt if asked; everything stays on your device.
- Use the on-screen controls — results update live.
Pick any color and instantly see its HEX, RGB and HSL values. Free, in-browser.
Frequently asked questions
- How do I convert HEX to RGB?
- Each pair of hex digits maps to one color channel: #RRGGBB. Divide by 255 for 0-1 fractions or use as 0-255 integers.
- What is HSL?
- HSL stands for Hue, Saturation, Lightness — a more human-friendly way to describe colors than RGB.