Skip to content
Spreadsheet Editor

SrgbColor

type SrgbColor = {
type: "srgb";
value: string;
};
PropertyTypeDescription
type"srgb"-
valuestringCSS-style hex, e.g. FF0000. Always six digits, always uppercase. No alpha channel. Pattern ^[A-F0-9]{6}$