Convert HSL (hue, saturation, lightness) color values into hex and RGB format.
Google AdSense Banner
This area will contain advertisements after approval.
Google AdSense Banner
This area will contain advertisements after approval.
HSL represents color using Hue (0-360°, the color's position on the color wheel), Saturation (0-100%, how vivid or gray the color is), and Lightness (0-100%, how light or dark the color is), an intuitive alternative to hex or RGB for adjusting colors by feel.
HSL makes it easy to create color variations, keep the same hue and adjust lightness for a tints/shades palette, or adjust saturation to make a color more muted or vivid, without needing to recalculate hex or RGB values manually.
HSL and HSB (also called HSV) are similar but calculate lightness/brightness differently, they can produce slightly different results for the same hue and saturation values.
Yes, modern CSS supports HSL natively, for example hsl(217, 83%, 53%), as an alternative to hex or RGB notation.
Google AdSense Banner
This area will contain advertisements after approval.