Skip to main content

Color Datatypes

datatypeParent datatypeExampleDescription
color-csstext#AB12CCRepresents a CSS Color values as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_valu.
color-hextext#AB12CCRepresents a CSS HEX color value as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color
color-rgbtext200,12,97Represents a CSS RGB color value as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb.