Color Converter
Color PreviewBlue
Live preview of your color
#3b82f6
HEX
RGB
HSL
Color Converter
Input color in any format to convert between HEX, RGB, and HSL
Sample Colors
Quick access to common colors
Recent Colors
Your recently converted colors
No color history yet
Convert colors to see them here
Color Format Information
HEX Colors
Six-digit hexadecimal values starting with #. Each pair represents red, green, and blue values from 00 to FF.
Example: #3b82f6 represents a blue color
RGB Colors
Red, Green, Blue values from 0 to 255. Each component controls the intensity of that color channel.
Example: rgb(59, 130, 246) creates the same blue color
HSL Colors
Hue (0-360°), Saturation (0-100%), Lightness (0-100%). More intuitive for color adjustments.
Example: hsl(217, 91%, 60%) creates the same blue color