HEX to RGB & HSL Color

Everyday & Other

Convert color codes between HEX, RGB, HSL, and CMYK formats with live color preview, complementary palettes, and WCAG accessibility contrast ratio calculation.

Calculated Result
rgb(37, 99, 235)

hsl(221°, 83%, 53%)

RGB
rgb(37, 99, 235)
HSL
hsl(221°, 83%, 53%)
CSS Hex
#2563EB
Formula: HEX #RRGGBB ↔ RGB(0–255) ↔ HSL

About this calculator

Web developers, graphic designers, and UI/UX specialists frequently need to translate color definitions between hexadecimal web strings (#2563eb), RGB channel components (rgb(37, 99, 235)), HSL cylindrical coordinates, and print CMYK.

This tool provides real-time bidirectional conversion across all major color models, calculates relative luminance, and checks WCAG 2.1 contrast ratios against white and black backgrounds for digital accessibility.

How It Works & Formula

FormulaHEX #RRGGBB ↔ RGB; HSL from max/min channel

Parses 3-digit or 6-digit HEX codes to 8-bit RGB channels (0-255). Computes HSL by finding min/max RGB channels and calculating cylindrical hue angle and saturation. Relative luminance follows the WCAG formula L = 0.2126R + 0.7152G + 0.0722B.