RGB to HSL Converter
Convert RGB color values to HSL values with color preview
Size: 0 B, 0 characters
Output
RGB to HSL Converter
Our RGB to HSL converter provides seamless conversion from RGB color values to HSL values. RGB (Red, Green, Blue) is commonly used in digital design, while HSL (Hue, Saturation, Lightness) offers a more intuitive way to work with colors.
Key Features:
• Multiple Formats: HSL, HSLA, CSS, degrees, and JSON formats
• Flexible Input: Supports comma-separated, space-separated, and CSS formats
• Alpha Channel: Option to include alpha transparency
• Precision Control: Option to round values for cleaner output
• Color Preview: Visual color preview of the converted color
Example Input:
255, 0, 0
0, 255, 0
0, 0, 255
rgb(255, 255, 0)
128 64 32
Output:
# HSL Format
0, 100%, 50%
120, 100%, 50%
240, 100%, 50%
60, 100%, 50%
30, 60%, 31%
# CSS Format
hsl(0, 100%, 50%)
hsl(120, 100%, 50%)
hsl(240, 100%, 50%)
Perfect for color theory, design work, and creating color variations!