Instant Color Converter
Convert between HEX, RGB, and HSL color formats.
#3B82F6
rgb(59, 130, 246)
#
Color Model Explanations
HEX (Hexadecimal): A 6-digit code representing Red, Green, and Blue values. It's compact and widely used in web design.
RGB (Red, Green, Blue): Defines a color by the intensity of Red, Green, and Blue, each from 0 to 255. It's the standard for digital displays.
HSL (Hue, Saturation, Lightness): An intuitive model where Hue is the color type (e.g., red, green), Saturation is the vibrancy, and Lightness is the brightness.