HEX to RGB Converter
Convert hex colour codes to RGB, HSL and CSS formats.
Convert RGB and HSL colours to hexadecimal.
Each pair of hex digits is one channel byte: #FF8800 is red 255, green 136, blue 0. Three-digit shorthand doubles each digit, so #F80 expands to #FF8800. An eight-digit code adds an alpha byte at the end.
When building a palette. HSL separates hue from saturation and lightness, so generating a lighter tint or a complementary hue is a small arithmetic change rather than guesswork across three interdependent channels.
Convert hex colour codes to RGB, HSL and CSS formats.
Convert numbers between binary, octal, decimal, hex and any base.
Render SVG markup live and export it as a data URI or PNG.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.