Pick a color and read its HEX, RGB and HSL values.
Color Picker lets you choose a color and instantly read its HEX, RGB and HSL values side by side. It's handy when you're styling a UI and need the same color in different formats, or when you want to convert a HEX code into RGB and HSL without reaching for a calculator. Everything runs in your browser, so you can grab and copy color values quickly.
No. The Color Picker runs entirely in your browser and computes all conversions locally. Nothing about the colors you pick is uploaded or stored on any server.
It displays three formats for the selected color: HEX (lowercased), RGB as rgb(r, g, b), and HSL as hsl(h, s%, l%).
The tool converts the HEX color to RGB, then derives HSL from it. Hue is rounded to the nearest degree (0-360) and saturation and lightness are rounded to the nearest whole percentage.
No. It works with 6-digit HEX colors and outputs opaque RGB and HSL values, so there is no alpha or opacity channel.
The tool reads a 6-digit HEX value (with or without a leading #) and shows the matching RGB and HSL output for it.