String colorToHex(Color color) { return color.value.toRadixString(16).padLeft(8, '0').toUpperCase(); }