Color Converter
Convert between HEX, RGB, HSL, and HSV color formats
Color Preview
Current Color
Use the input fields below to change the color and see real-time conversions between different color formats.
Input Controls
Color Formats
hex
#3B82F6
rgb
rgb(59, 130, 246)
rgba
rgba(59, 130, 246, 1)
hsl
hsl(217, 91%, 60%)
hsla
hsla(217, 91%, 60%, 1)
hsv
hsv(217, 76%, 96%)
Color Format Information
HEX
Hexadecimal color code using 6 digits (RRGGBB) or 3 digits (RGB). Most commonly used in web development and design.
RGB
Red, Green, Blue color model. Each component ranges from 0-255. Used in digital displays and web CSS.
HSL
Hue (0-360°), Saturation (0-100%), Lightness (0-100%). More intuitive for color adjustments.