SWS
SWS Universe
Tiny utilities
Color picker, HEX, RGB and HSL.

Color Tools

Pick a color and get its HEX, RGB and HSL values. Useful for CSS, web design and quick tests.

Everything runs locally in your browser.

Color picker and converter

Use the picker or paste a HEX value to automatically convert it to RGB and HSL.

How to Use the Color Picker and Converter

This tool lets you select a color visually or enter a HEX code to automatically obtain its RGB and HSL equivalents. It is useful for preparing CSS styles, designing interfaces, documenting a visual identity, comparing colors or copying values between different applications.

How to use it

  • Choose a color with the visual color picker.
  • You can also enter a HEX code such as #2563EB.
  • The RGB and HSL values are calculated automatically.
  • Use the buttons to copy each format to the clipboard.
  • Press β€œRandom color” to generate an option at random.

What is the difference between HEX, RGB and HSL?

HEX represents a color with a hexadecimal code and is commonly used in CSS. RGB describes the amount of red, green and blue. HSL separates hue, saturation and lightness, making it convenient for creating lighter, darker or related variations of the same color.

Privacy

Conversion takes place locally in your browser. Colors you enter or generate are not sent to the server or stored by SWS Universe.

Frequently asked questions

What color formats does this tool show?

The tool shows the selected color in HEX, RGB and HSL formats.

Are colors saved?

No. Everything runs locally in your browser and no information is sent to SWS Universe.

Why convert HEX to RGB or HSL?

It helps you use the same color in CSS, web design, graphic tools or technical documentation.

Can I enter an RGB or HSL value directly?

In this version, HEX is the editable value. The equivalent RGB and HSL values are calculated automatically and displayed as results.

How can I use these values in CSS?

You can copy any result and use it in CSS properties such as color, background-color, border-color or box-shadow.