Ad Space — Top Banner

Hex Color Converter

Convert colors between hex, RGB, and HSL formats.
See a live color preview as you type.

Color Conversion

Color format conversions:

Hex → RGB: R = hex digits 1-2 (base 16 → decimal) G = hex digits 3-4 B = hex digits 5-6

RGB → HSL:

  1. Normalize R, G, B to 0–1 range
  2. Find min and max channel values
  3. L = (max + min) / 2
  4. S = (max − min) / (1 − |2L − 1|) if max ≠ min
  5. H depends on which channel is max

Common colors:

  • #FF0000 = rgb(255, 0, 0) = hsl(0, 100%, 50%) — Red
  • #00FF00 = rgb(0, 255, 0) = hsl(120, 100%, 50%) — Green
  • #0000FF = rgb(0, 0, 255) = hsl(240, 100%, 50%) — Blue

Enter a hex value (with or without #) to convert.


Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.