Color Converter (HEX / RGB / HSL)

Convert between HEX, RGB, and HSL with a live preview.

HEX
#3B82F6
RGB
rgb(59, 130, 246)
HSL
hsl(217, 91%, 60%)
Runs entirely in your browser — nothing you paste is sent to a server.

About this tool

A small, no-clutter color converter. Type or paste a HEX value, get RGB and HSL back with a live preview swatch. Useful when adapting a brand color into CSS custom properties or an HSL-based design token system.

How it works

  1. Enter a hex color or use the color picker.
  2. The tool computes RGB and HSL using the standard sRGB conversion.
  3. One-click copy for each notation.

When to use it

  • Building a semantic color palette in Tailwind or CSS.
  • Matching a color from a screenshot to a design token.
  • Sanity-checking a color your designer sent as HSL against the hex your brand guide uses.

FAQs

Related resources