Color Control - Set Console Colors on Windows | Online Free DevTools by Hexmos
Control console colors with Color command. Customize foreground and background colors instantly using hexadecimal codes. Free online tool, no registration required.
color
Set the console foreground and background colors. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/color.
- Set the console colors to the default values:
color
- List available color values and detailed information:
color /?
- Set the console foreground and background to a specific color using hexadecimal numbers (
1-9,a-f
):
color {{foreground_code}}{{background_code}}