klyn.gui.windows.Color.fromHex
method
public static fromHex(value as String) as Color:
Description

Parses a #RRGGBB or #RRGGBBAA color literal.

accent = Color.fromHex("#3B8ED0")