Hi,
HSL is not supported by LVGL, LVGL supports HSV setting, GUI Guider doesn't support HSV setting currently, we will add the support in releases of 2022.
lv_color_t lv_color_hsv_to_rgb(uint16_t h, uint8_t s, uint8_t v)
Convert a HSV color to RGB
Parameters
h -- hue [0..359]
s -- saturation [0..100]
v -- value [0..100]
Returns the given RGB color in RGB (with LV_COLOR_DEPTH depth)
Best Regards,
Zhenhua