← All Tools

Color Converter

Convert between HEX, RGB and HSL color formats. Pick a color or type a code — all formats update instantly.

#2563EB
rgb(37, 99, 235)
hsl(217, 91%, 53%)
Advertisement

Color Format Guide

HEX: A 6-digit hexadecimal code representing red, green, and blue (e.g. #FF5733). Widely used in web design and CSS.

RGB: Three values from 0-255 for red, green, and blue (e.g. rgb(255, 87, 51)). The standard additive color model for screens.

HSL: Hue (0-360), Saturation (%), and Lightness (%) (e.g. hsl(11, 100%, 60%)). Intuitive for adjusting color properties.