Color Code Converter

Enter a HEX color code to instantly convert it to RGB and HSL, with a live preview swatch.

HEX-
RGB-
HSL-
Advertisement
Advertisement

Why Convert Color Codes?

Web design and CSS often require the same color in different formats - HEX for quick reference, RGB for compositing, and HSL for easily adjusting lightness and saturation.

Formula

RGB values are extracted directly from the HEX pairs; HSL is then derived from RGB using the standard min/max lightness and saturation conversion formulas.

How to Use This Calculator

Example

The HEX color #2B70B3 converts to rgb(43, 112, 179) and hsl(209, 61%, 43%).

Frequently Asked Questions

What color formats does this convert between?

Commonly HEX (#RRGGBB), RGB (red, green, blue values 0-255), and sometimes HSL (hue, saturation, lightness).

How is HEX converted to RGB?

Each pair of hex digits (00-FF) converts to a decimal value 0-255 for red, green, and blue respectively.

Why do designers use different color formats?

HEX is compact and common in web/CSS code, RGB is intuitive for screen-based color mixing, and HSL is often easier for humans to adjust (like making a color lighter or more saturated) intuitively.

Suggest a Calculator

👋 We noticed you might be using an ad blocker. This site is free thanks to ads — consider allowing them here to support us. Thanks!