The Event Colors field well allow you to bind a column containing color values to the Events. The color values will be assigned to the events label background in the calendar.
Color values can be in any valid CSS color format, such as hex, RGB, or color names:
- Named colors: e.g.,
rebeccapurple
,aliceblue
- RGB Hexadecimal: e.g.,
#f09
,#ff0099
- RGB (Red, Green, Blue): e.g.,
rgb(255 0 153)
,rgb(255 0 153 / 80%)
- HSL (Hue, Saturation, Lightness): e.g.,
hsl(150 30% 60%)
,hsl(150 30% 60% / 80%)
- HSLA (Hue, Saturation, Lightness, Alpha): e.g.,
hsla(150 30% 60% / 80%)