TThe TextSolutions

Color Code Converter

Convert between HEX, RGB, and HSL color formats. Use the color picker or type any value — all formats update instantly.

#2980B9

HEX

RGB

R
G
B

rgb(41, 128, 185)

HSL

H
S
L

hsl(204, 64%, 44%)

All Formats

HEX#2980B9
RGBrgb(41, 128, 185)
HSLhsl(204, 64%, 44%)
HSL (CSS)hsl(204deg 64% 44%)

Frequently Asked Questions

How do I convert a HEX color to RGB?

Enter a HEX value like #2f76d6 and the tool instantly shows the equivalent RGB and HSL values. You can also use the color picker to choose a color visually and read off every format.

What is the difference between HEX, RGB and HSL?

HEX and RGB both describe a color by its red, green and blue components — HEX in hexadecimal, RGB in decimal. HSL describes the same color by hue, saturation and lightness, which is often more intuitive for adjusting shades.

What does the alpha or opacity value mean?

Alpha controls transparency, from 0 (fully transparent) to 1 (fully opaque). It is written as the fourth value in RGBA or HSLA, letting colors blend with whatever is behind them.

Can I use these values in CSS?

Yes. Every format the tool outputs — HEX, RGB, RGBA, HSL and HSLA — is valid CSS that you can paste directly into your stylesheets.