HSL to RGB Converter
Convert HSL color values to RGB values with color preview
Size: 0 B, 0 characters
Output
HSL to RGB Converter
Our HSL to RGB converter provides seamless conversion from HSL color values to RGB values. HSL (Hue, Saturation, Lightness) is an intuitive color model, while RGB (Red, Green, Blue) is essential for digital design and programming.
Key Features:
• Multiple Formats: RGB, RGBA, CSS, percentage, and JSON formats
• Flexible Input: Supports comma-separated, space-separated, and CSS formats
• Alpha Channel: Option to include alpha transparency
• Normalization: Option to output normalized values (0-1)
• Color Preview: Visual color preview of the converted color
Example Input:
0, 100%, 50%
120, 100%, 50%
240, 100%, 50%
hsl(60, 100%, 50%)
300 100% 50%
Output:
# RGB Format
255, 0, 0
0, 255, 0
0, 0, 255
255, 255, 0
255, 0, 255
# CSS Format
rgb(255, 0, 0)
rgb(0, 255, 0)
rgb(0, 0, 255)
Perfect for digital design, programming, and color manipulation!