HomeColor Picker & Converter
Color Picker & Converter
Pick a color and convert between hexadecimal, RGB, and HSL color formats
HEX
#3b82f6
RGB
rgb(59, 130, 246)
HSL
hsl(217°, 91%, 60%)
About this tool
Pick any color and instantly convert between HEX, RGB, and HSL formats. Essential for web developers and designers working with CSS color values.
Use cases
- Converting HEX colors to RGB for CSS rgba() values
- Finding the HSL value to adjust color lightness or saturation in design tools
- Matching brand colors across different platforms and file formats
Frequently asked questions
What is the difference between HEX, RGB, and HSL?
HEX uses a 6-digit hexadecimal code. RGB defines color by red, green, blue channels (0-255). HSL defines color by hue, saturation, and lightness percentages.