<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`HexString`](HexString) ## HexString type Hex strings are 6-digit hash-prefixed rgb strings in lowercase form. Example: \#ffffff **Signature:** ```typescript export type HexString = string; ```