Color conversion

Hex to RGB Converter

Convert 3, 4, 6 or 8 digit Hex color codes to RGB, RGBA, HSL, HSV and OKLCH.

Color formats

hex#3B82F6
hex8#3B82F6FF
rgbrgb(59, 130, 246)
rgbargba(59, 130, 246, 1)
hslhsl(217, 91%, 60%)
hslahsla(217, 91%, 60%, 1)
hsvhsv(217, 76%, 96%)
oklchoklch(0.62 0.188 260)

How to use this tool

Paste a Hex code with or without the # symbol. Short and alpha-enabled Hex formats are expanded and converted automatically.

  1. 1 Paste a Hex color code.
  2. 2 Review the expanded color and transparency.
  3. 3 Copy the format needed by your design or code.

Frequently asked questions

What is three-digit Hex?

#369 is shorthand for #336699. Each digit is repeated to create the full six-digit value.

What is eight-digit Hex?

The first six digits describe RGB and the final two digits describe alpha transparency.