All tools
Converters

Color Picker

Visually pick a color and get its HEX, RGB, and HSL values instantly.

🔒 Runs entirely in your browser — nothing here is ever uploaded

About the Color Picker

A visual color picker — pick a color with your browser's native picker and instantly get its HEX, RGB, and HSL values, each ready to copy.

100% Free Runs in Your Browser No Sign-Up Required
How to use it
  1. Click the color swatch to open your browser's native color picker.
  2. Pick a color.
  3. Copy the HEX, RGB, or HSL value you need.
Formula
RGB→HSL conversion: standard formula deriving hue from which channel (R, G, or B) is maximum, saturation from the spread between the max and min channel, and lightness from their average.
Worked example

Picking a mid-blue swatch might show HEX #4C8DD4, RGB rgb(76, 141, 212), HSL hsl(211, 62%, 56%).

Interpreting your result

This tool leads with visually picking a color; the site's Color Converter leads with typing in an existing value to convert — use whichever matches how you already have your color.

Frequently asked questions
This tool starts from visually picking a color; the Color Converter starts from typing in a HEX/RGB/HSL value you already have. Both use the same underlying conversion math.