If you are here in 2025, it seems both backgroundColor and background are deprecated. Use surface instead.
final colorScheme = ColorScheme.fromSeed(
surface: const Color.fromARGB(255, 56, 49, 66),
);
final theme = ThemeData().copyWith(
scaffoldBackgroundColor: colorScheme.surface,