Color Converter
Convert colors between HEX, RGB and HSL instantly. Use the visual picker or type a hex value.
HEX: #6366f1
RGB: rgb(99, 102, 241)
HSL: hsl(239, 84%, 67%)
How to use
- Pick a color visually or paste a hex value.
- Read the RGB and HSL equivalents.
- Copy whichever format your CSS needs.
Examples
Indigo
Input: #6366f1
Output: rgb(99, 102, 241) / hsl(239, 84%, 67%)
Frequently asked questions
Shorthand hex?
Yes. Three-digit hex like #fff expands automatically.