CSS
HTML
JavaScript
jQuery
PHP
SQL
WordPress
CSS Reference

Quick Reference

The HSL color value is specified with the hsl() function, which has the following syntax: hsl(hue, saturation, lightness).

  • Hue is a degree on the color wheel (from 0 to 360) – 0 (or 360) is red, 120 is green, 240 is blue
  • Saturation is a percentage value – 0% means a shade of gray and 100% is the full color
  • Lightness is a percentage – 0% is black, 100% is white
				
					div {
    color: hsl(0, 100%, 50%); /* red */
}
				
			

Syntax

				
					hsl(hue, saturation, lightness)
				
			

Values

ValueDescription
hueDefines a degree on the color wheel (from 0 to 360) – 0 (or 360) is red, 120 is green, 240 is blue
saturationDefines the saturation; 0% is a shade of gray and 100% is the full color (full saturation)
lightnessDefines the lightness; 0% is black, 50% is normal, and 100% is white

We’d like to acknowledge that we learned a great deal of our coding from W3Schools and TutorialsPoint, borrowing heavily from their teaching process and excellent code examples. We highly recommend both sites to deepen your experience, and further your coding journey. We’re just hitting the basics here at 1SMARTchicken.

CSS
HTML
JavaScript
jQuery
PHP
SQL
WordPress

Why 1SMARTchicken?

This site was built and is maintained to benefit my autistic son.
See More →

My Son's Name is Johnny

He was diagnosed as autistic quite late, at age four...
His story

Buy Me a Coffee

Thanks for your support!

Feedback

If you see an error on the page or the code itself is incorrect or incomplete, or just plain wrong, please let us know. We’re always learning. NOTE: we do not sell your information and will not send you spam emails.