Skip to content
2x2xKit

Color Converter

Convert colors between HEX, RGB and HSL formats.

How this is calculated
RGB parsed from hex pairs; HSL derived from RGB via the standard min/max chroma formula

Assumptions used in this calculation

  • Color space: Conversions assume standard sRGB color space, the default for web and most displays.

About this calculator

The color converter takes a HEX color and shows its equivalent RGB and HSL representations, with a live color preview.

Worked example

#3366FF

Result: rgb(51, 102, 255), hsl(225, 100%, 60%)

Was this helpful?

Frequently asked questions