
Paste your input
Drop CSS, HTML, JSON, or other text into the editor. Nothing is uploaded.
Convert HEX to RGB, HSL, and Tailwind arbitrary values.
Four quick steps — paste, run, review, copy. Everything stays in your browser.

Drop CSS, HTML, JSON, or other text into the editor. Nothing is uploaded.

Click Convert or Run. The result appears instantly on this page.

Read the generated code and any review notes before you ship it.

Copy the output to your clipboard and paste it into your project.
Convert a HEX color into RGB, HSL, and a Tailwind arbitrary background class you can paste into markup.
Default sky accent demonstrates HEX → RGB/HSL → Tailwind arbitrary.
Input
#38bdf8
Output
HEX: #38BDF8
RGB: rgb(56, 189, 248)
HSL: hsl(199, 93%, 60%)
Tailwind arbitrary: bg-[#38bdf8]
Arbitrary colors are valid Tailwind; nearest-palette guessing is often wrong for brand work.