Color Converter
Convert color values between common frontend and design formats.
Color formats
- HEX: #0F766E
- RGB: rgb(15, 118, 110)
- RGBA: rgba(15, 118, 110, 1)
- HSL: hsl(175, 77%, 26%)
- HSLA: hsl(175, 77%, 26%)
All conversion happens locally in your browser. The value you enter is not sent to a server, logged, stored, or transmitted.
How to use this tool
Enter the required values in the labeled fields. Results update in your browser and are announced for assistive technologies. Use realistic measurements and verify important outcomes before acting on them.
Formula or logic
HEX input is validated and converted to RGB/RGBA and HSL/HSLA values in the browser.
Example calculation
Example: #0F766E becomes rgb(15, 118, 110).
Frequently asked questions
Does it support shorthand HEX?
Yes. #fff style shorthand is supported.
Does this upload colors?
No. Conversion runs locally.
Related tools
HEX to RGB Converter
Convert HEX color values like #fff or #0F766E to RGB and RGBA.
RGB to HEX Converter
Convert RGB channel values to HEX color format with optional alpha.
Color Picker
Pick a color and copy HEX, RGB and HSL values.