# Color Converter > Convert colors between HEX, RGB, and HSL formats. Page: https://askcalculators.com/calculator/color-converter/ Definition: https://askcalculators.com/calculator/color-converter/definition.json JSON Schema: https://askcalculators.com/calculator/color-converter/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/color-converter/?hex=%23FF5733&rgb=255%2C+87%2C+51&hsl=10%2C+100%25%2C+60%25 ## Inputs - hex: HEX; type=text; optional; default=#FF5733 - rgb: RGB; type=text; optional; default=255, 87, 51 - hsl: HSL; type=text; optional; default=10, 100%, 60% ## Outputs - result: Result; format=text; primary ## Formula RGB, HEX, and HSL values are converted with the standard color-space transformation equations. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.