← All tools
Color Converter
Convert between HEX, RGB and HSL. Edit any field — or use the picker — and the rest update instantly. Everything runs in your browser.
About color formats
HEX (like #4da3ff) is the compact web notation for a color's red, green and blue components in hexadecimal. RGB spells out the same three components as numbers from 0–255. HSL describes a color by hue (0–360°), saturation and lightness, which is often more intuitive for adjusting a color — make it lighter, more muted, or shift its hue — without touching the others.
All three describe the same color space, so converting between them is lossless (within rounding). This tool converts locally in your browser — handy for CSS, design systems and debugging.