{
 "caniuse": [
  "css3-colors"
 ],
 "compat_features": [
  "css.types.color.hsl",
  "css.types.color.hsl.alpha_parameter",
  "css.types.color.hsl.mixed_type_parameters",
  "css.types.color.hsl.space_separated_parameters"
 ],
 "description": "The hsl() and hsla() CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
 "description_html": "The <code>hsl()</code> and <code>hsla()</code> CSS functions pick colors using hue, saturation, lightness, and alpha (transparency) channels.",
 "group": [
  "color-types"
 ],
 "kind": "feature",
 "name": "HSL",
 "spec": [
  "https://drafts.csswg.org/css-color-4/#the-hsl-notation"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2022-07-15",
  "baseline_low_date": "2020-01-15",
  "by_compat_key": {
   "css.types.color.hsl": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "css.types.color.hsl.alpha_parameter": {
    "baseline": "high",
    "baseline_high_date": "2022-07-15",
    "baseline_low_date": "2020-01-15",
    "support": {
     "chrome": "65",
     "chrome_android": "65",
     "edge": "79",
     "firefox": "52",
     "firefox_android": "52",
     "safari": "12.1",
     "safari_ios": "12.2"
    }
   },
   "css.types.color.hsl.mixed_type_parameters": {
    "baseline": "low",
    "baseline_low_date": "2024-09-16",
    "support": {
     "chrome": "121",
     "chrome_android": "121",
     "edge": "121",
     "firefox": "122",
     "firefox_android": "122",
     "safari": "18",
     "safari_ios": "18"
    }
   },
   "css.types.color.hsl.space_separated_parameters": {
    "baseline": "high",
    "baseline_high_date": "2022-07-15",
    "baseline_low_date": "2020-01-15",
    "support": {
     "chrome": "65",
     "chrome_android": "65",
     "edge": "79",
     "firefox": "52",
     "firefox_android": "52",
     "safari": "12.1",
     "safari_ios": "12.2"
    }
   }
  },
  "support": {
   "chrome": "65",
   "chrome_android": "65",
   "edge": "79",
   "firefox": "52",
   "firefox_android": "52",
   "safari": "12.1",
   "safari_ios": "12.2"
  }
 },
 "id": "hsl",
 "groups": [
  "color-types"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-color-4/#the-hsl-notation",
   "seriesComposition": "full",
   "shortname": "css-color-4",
   "series": {
    "shortname": "css-color",
    "currentSpecification": "css-color-4",
    "title": "CSS Color",
    "shortTitle": "CSS Color",
    "releaseUrl": "https://www.w3.org/TR/css-color/",
    "nightlyUrl": "https://drafts.csswg.org/css-color/"
   },
   "seriesVersion": "4",
   "nightly": {
    "url": "https://drafts.csswg.org/css-color-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-color-4/",
     "https://w3c.github.io/csswg-drafts/css-color/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-color-4/Overview.bs",
    "filename": "index.html"
   },
   "seriesPrevious": "css-color-3",
   "seriesNext": "css-color-5",
   "organization": "W3C",
   "groups": [
    {
     "name": "Cascading Style Sheets (CSS) Working Group",
     "url": "https://www.w3.org/groups/wg/css/"
    }
   ],
   "release": {
    "url": "https://www.w3.org/TR/css-color-4/",
    "status": "Candidate Recommendation Draft",
    "filename": "Overview.html"
   },
   "title": "CSS Color Module Level 4",
   "source": "w3c",
   "shortTitle": "CSS Color 4",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-color"
    ]
   },
   "fragment": "the-hsl-notation"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/CSS/Reference/Values/color_value/hsl",
   "title": "hsl()",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/color_value/hsl"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [
  {
   "year": 2022,
   "label": "interop-2022-color",
   "url": "https://wpt.fyi/interop-2022?feature=interop-2022-color"
  },
  {
   "year": 2023,
   "label": "interop-2023-color",
   "url": "https://wpt.fyi/interop-2023?feature=interop-2023-color"
  }
 ],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:hsl"
 },
 "developerSignals": null,
 "bugs": {},
 "baselineLowDateAsObject": "2020-01-15T00:00:00.000Z",
 "baselineHighDateAsObject": "2022-07-15T00:00:00.000Z"
}