The Card color in Flutter using Material 3 is not only determined by the color parameters but also by its elevation and the color of the item it is drawn on, using a complicated formula. If you draw a Container with your deep orange color that should show as you'd expect (deep Orange). Card colors in my experience are impossible to predict and best left unset so it follows the color scheme and elevation automatically.