Color Converter

Convert between HEX, RGB, HSL, and CSS named colors with live preview.

Input Color
HEX
#58A6FF
RGB
rgb(88, 166, 255)
HSL
hsl(212, 100%, 67%)
CSS Name

Color Format Reference

FormatExampleUse Case
HEX#58a6ffCSS, HTML, most common web format
RGBrgb(88, 166, 255)CSS with alpha: rgba(88, 166, 255, 0.5)
HSLhsl(212, 100%, 67%)Adjusting hue/saturation/lightness
CSS Namedcoral, tealQuick reference, 148 named colors