LCH Colour Picker
Import…
[LCH_name(lightness, chroma, hue)]
Lightness (0-100)
Chroma (0-132)
Hue (0-360)
Alpha (0-100)
CSS Color
(
3
decimals)
sRGB
Color
👁
Color is actually [LCH_to_sRGB_string(lightness, chroma, hue, alpha)], which is out of sRGB gamut; auto-corrected to sRGB boundary.
Advanced
P3 Color
👁
Color is actually [LCH_to_P3_string(lightness, chroma, hue, alpha)], which is not displayable on most screens as of 2019; auto-corrected to P3 boundary.
Rec.2020 Color
Out of Rec.2020 gamut, are you kidding?!
Saved colors
+ Add current
× Clear All
[lightness]
[chroma]
[hue]
[alpha]
[if(isLCH_within_sRGB(lightness, chroma, hue), 'within sRGB', if(isLCH_within_P3(lightness, chroma, hue), 'P3', 'outside P3'))]
Gradient