Color Code Converter

Converts color codes between HEX, RGB(A), and HSL(A), and previews colors with transparency.

Everything you enter is processed in your browser. Nothing is sent or stored.

Input

Accepts HEX and the comma syntax of rgb()/rgba(), hsl()/hsla()

Result

HEX

#33669980

RGB(A)

rgba(51, 102, 153, 0.502)

HSL(A)

hsla(210, 50.0%, 40.0%, 0.502)