Color Models

OKLCH

Ein moderner wahrnehmungsgleichmäßiger Farbraum, der Helligkeit, Chroma und Farbton verwendet und als Verbesserung von CIELAB für digitale Designprozesse entwickelt wurde.

OKLCH is based on the Oklab color space created by Bjorn Ottosson in 2020. It uses L for lightness (0-1), C for chroma (colorfulness), and H for hue angle (0-360). OKLCH improves on CIELAB by providing better perceptual uniformity, especially in the blue region where CIELAB has known issues. CSS Color Level 4 includes oklch() as a native function, making it increasingly relevant for web development. OKLCH is particularly powerful for generating consistent color palettes because equal chroma values produce colors that look equally vivid regardless of hue.

Ausprobieren

Ähnliche Artikel