Calcometry

Color Converter (HEX, RGB, HSL)

By using our calculators, you agree to our Terms of Use.

Convert HEX to RGB and HSL — or enter RGB values to get HEX.

Enter a color

Input

HEX

#3B82F6

RGB(59, 130, 246)

HSL
217°, 91%, 60%
RGB
rgb(59, 130, 246)

Related calculators

Color formats

Web and design tools use several color formats. HEX (#RRGGBB) is compact for CSS. RGB specifies red, green, and blue channels from 0–255. HSL describes hue (0–360°), saturation (0–100%), and lightness (0–100%) — often easier for adjusting brightness without shifting hue.

All three represent the same sRGB colors when converted correctly. HEX and RGB are exact; HSL rounding may differ by one unit in channels after round-trip conversion.

Example: #3B82F6 → RGB(59, 130, 246) → HSL(217°, 91%, 60%) — a common blue accent in UI design.

Common questions

Does this support alpha transparency?

This tool converts opaque sRGB colors (HEX 6-digit and RGB). Eight-digit HEX with alpha is not supported yet.

Which HEX format works?

Six-digit (#RRGGBB) or three-digit (#RGB) shorthand — with or without the # prefix.