Color Converter
Convert colors between HEX, RGB, and HSL formats. See a live preview as you type.
Ad Space (color-top)
HEX: #3b82f6
RGB: rgb(59, 130, 246)
HSL: hsl(217, 91%, 60%)
Ad Space (color-bottom)
About Color Formats
HEX: A 6-digit hexadecimal representation (#RRGGBB). Most common in CSS and web design.
RGB: Red, Green, Blue values from 0-255. Used in CSS as rgb(R, G, B).
HSL: Hue (0-360), Saturation (0-100%), Lightness (0-100%). More intuitive for color manipulation.