Explore >> Select a destination


You are here

programmingdesignsystems.com
| | johnaustin.io
1.9 parsecs away

Travel
| | [AI summary] The author discusses technical challenges with color spaces like CIELAB when desaturating game assets, explaining how the Helmholtz-Kohlrausch effect causes errors and suggesting better alternatives like OSA-UCS or Color2Gray.
| | bottosson.github.io
3.4 parsecs away

Travel
| | From personal project to industry standard Introduction added in 2025 When introduced Oklab in 2020, I never expected it to reach as far as...
| | lea.verou.me
2.9 parsecs away

Travel
| | [AI summary] This article explains LCH colors in CSS, their advantages over traditional color spaces, and their implementation status across browsers.
| | alvaromontoro.com
23.5 parsecs away

Travel
| HSL stands for Hue-Saturation-Lightness. In this format, the developer specifies three values: Hue: an angle in the color circle/wheel (see below). Saturation: the color's saturation/brightness level. A value of 100% indicates a fully-saturated bright color, while lower values will lead to fully unsaturated gray colors. Lightness: the level of lightness of the color. Lower values will be darker and closer to black, higher values will be lighter and closer to white. :: Blog post at Alvaro Montoro's Person...