โ† Back to OneToolkit
๐ŸŽจ

Color Converter

HEX, RGB and HSL with live preview.

Color Converter โ€” HEX, RGB, HSL

Color formats can be confusing when working across design tools, CSS, and image editors. HEX codes are compact and widely used in web design. RGB values are intuitive for those thinking about light mixing. HSL (Hue, Saturation, Lightness) is often the most human-readable format, making it easier to adjust colors systematically.

This color converter translates instantly between all three formats with a live preview swatch. Use the native color picker for visual selection or type values directly into any field.

Format reference

HEX: a 6-character string like #ff6b35, representing red, green and blue as hexadecimal pairs. RGB: three values from 0โ€“255, e.g. rgb(255, 107, 53). HSL: hue (0โ€“360ยฐ), saturation (0โ€“100%) and lightness (0โ€“100%), e.g. hsl(18, 100%, 60%). All three describe the same color โ€” they are just different representations of the same information.