HEX
#0ea5e9
RGB
rgb(14, 165, 233)
HSL
hsl(199, 89%, 48%)

Frequently Asked Questions

This tool converts between three common color formats: HEX (e.g., #0ea5e9), RGB (e.g., rgb(14, 165, 233)), and HSL (e.g., hsl(199, 89%, 48%)).
HEX color is a 6-digit hexadecimal representation of a color. The first two digits represent red, the middle two represent green, and the last two represent blue. Each pair ranges from 00 (0) to FF (255).
HSL stands for Hue, Saturation, and Lightness. Hue is the color angle on the color wheel (0-360), saturation is the intensity (0-100%), and lightness is how light or dark the color is (0-100%). HSL is often more intuitive for choosing colors.
Yes. Click the color square next to the HEX input to open your browser's native color picker. The RGB and HSL values update automatically.