Color Converter
Convert hex and rgb() colors to hex, RGB, and HSL.
Your input stays in your browser. Nothing is uploaded.
Click a value to copy.
About this tool
sRGB channels are converted to HSL with the standard cylindrical model. Alpha is not included in this first version.
How it works
Paste #RRGGBB, #RGB, or rgb(r, g, b). Copy any of the three outputs.
HSL from max/min of R,G,B
Examples
#3525cd
SmartKitio primary converts to rgb(53, 37, 205).
FAQ
HSL vs HSB?
HSL uses lightness. Design tools sometimes show HSV/HSB instead.
Is my data uploaded?
No. Formatting, encoding, and generation run in your browser.
Can I use this offline after the page loads?
Yes, as long as the page stays open. Nothing is sent to a SmartKitio API.

