Color converter
Convert colors between HEX, RGB and HSL live.
HEX#0e8a6c
RGBrgb(14, 138, 108)
HSLhsl(165, 82%, 30%)
Pick a color or paste a HEX code and read all three formats instantly, with a live swatch and one-click copy.
Frequently asked questions
Which format should I use in CSS?
All three work everywhere. HEX is compact, RGB is intuitive, and HSL is easiest for creating lighter/darker variations.
Are 3-digit HEX codes supported?
Yes — shorthand like #fa0 is expanded to #ffaa00 automatically.