TuttiTools
๐ŸŽจ

Color Converter

Convert colors between HEX, RGB, and HSL formats

Name cornflowerblue
HEX #6495ed
RGB rgb(100, 149, 237)
HSL hsl(219, 79%, 66%)
HWB hwb(219, 39%, 7%)
CMYK cmyk(58%, 37%, 0%, 7%)
NCol C65, 39%, 7%

Color Formats Explained

Colors on screens can be represented in several different formats, each useful in different contexts:

Each format represents the same color, just written differently.

What Does This Tool Do?

This tool converts colors between HEX, RGB, and HSL formats instantly. Enter a color in any format and see all three representations at once, along with a live preview of the color.

How to Use This Tool

  1. Enter a color value in any format โ€” HEX, RGB, or HSL.
  2. All three formats update instantly.
  3. A color swatch shows a live preview.
  4. Copy any format with a single click.

Common Use Cases

Frequently Asked Questions

What about RGBA and HSLA (with transparency)?

RGBA and HSLA add an alpha channel for transparency. This tool currently handles fully opaque colors (RGB and HSL without alpha).

Why do some HEX colors have only 3 characters?

A 3-character HEX like #f60 is shorthand for #ff6600. Each digit is doubled. Both are equivalent.

Is my data private?

Yes. All conversion happens locally in your browser.

Related Tools