How to Color Your Name in Rust
Changing your chat name color in Rust requires a server-side plugin like ColouredChat or BetterChat, available on servers running Oxide or Carbon mod frameworks. Once the plugin is installed and you have permission, you can use chat commands to apply solid colors, gradients, and even rainbow effects to your username.
Using the /color Command
The most common command format is:
/color #FF0000— sets your name to a solid color (red in this example)/color gradient #9900ff #ffa244— creates a gradient between purple and orange/color gradient #FF0000 #00FF00 #0000FF— multi-color gradient (red → green → blue)/color rainbow— applies a rainbow effect across your name/color random— assigns a random color each time
Use the generator above to pick your colors, preview the gradient on your actual username, and copy the ready-to-paste command.