Color Converter (HEX/RGB/HSL)
Convert colors between HEX, RGB and HSL and preview them live.
HEX: #7c3aed
RGB: rgb(124, 58, 237)
HSL: hsl(262, 83%, 58%)
HSL round-trip: #7c3bed
Convert a color between HEX, RGB and HSL. Use the picker or edit any value and see the others update.
使用方法
- Pick a color or type a HEX value.
- Adjust the RGB channels if needed.
- Copy the HEX, RGB or HSL value you need.
常见问题
- Do the formats match exactly?
- HEX and RGB are exact; HSL involves rounding so the round-trip may differ by one step.
- Does it support 3-digit hex?
- Yes, shorthand like #abc is expanded automatically.