Factorio Color Command


This command will change your color to the specified color (either the name of a color, e.g. 'white', or to an RGBA value).

Color Syntax


The syntax for the color command is as follows:

/color [color name / rgba]

This command has the following arguments:

Color Name / RGBAThe name of the color, or an RGBA value. An example of an RGBA value is '/color 27 37 131 1' (in this case, that would set your color to dark blue). The predefined color names are:
  • default
  • red
  • green
  • blue
  • orange
  • yellow
  • pink
  • purple
  • white
  • black
  • gray
  • brown
  • cyan
  • acid

Looking for other commands?

Search our database of 39 Factorio commands...

I'd Be Honored

Color Examples


Find below working examples of the color command.


/color white

Executing this command would change your color to white.

/color 27 37 131 1

Executing this command would change your color to the RGBA code '27 37 131 1' which is a darkish blue color.