Color Converter

Convert between HEX / RGB / HSL color formats

R
G
B
H
S%
L%

Color Formats

HEX#3B82F6
RGBrgb(59, 130, 246)
RGBArgba(59, 130, 246, 1)
HSLhsl(217, 91%, 60%)
CSS Variable--color: #3B82F6;

Color Format Guide

HEX: #RRGGBB — most common in web development
RGB: rgb(255, 99, 71) — red, green, blue channels
HSL: hsl(9, 100%, 64%) — hue, saturation, lightness
RGBA: includes alpha (opacity) channel

Use Cases

Front-end development, UI design, brand color management