Color Converter
Convert colors between HEX, RGB, HSL, and OKLCH formats with live preview. 100% client-side processing.
No data sent to serverRelated Tools
Understanding Color Formats
Colors on the web can be represented in multiple formats. HEX uses hexadecimal values (#RRGGBB), RGB specifies red, green, and blue channels (0-255), HSL uses hue (0-360), saturation, and lightness percentages, and OKLCH is a perceptually uniform color space that provides better color manipulation with lightness, chroma, and hue components.
Why OKLCH?
OKLCH is becoming the preferred color space for modern CSS. It provides perceptually uniform lightness (unlike HSL), making it easier to create consistent color palettes and accessible color schemes. It is supported in all modern browsers via the CSS oklch() function.