Roblox Color Codes (BrickColor)

All 128 BrickColors with their code number, hex and RGB — sourced from Roblox's official documentation.

Using BrickColor codes

In Roblox Studio, set a part's colour with part.BrickColor = BrickColor.new(1004) (by number) or BrickColor.new("Really red") (by name). For exact custom colours use Color3.fromRGB(r, g, b) with the RGB values above. Building something? Grab decal IDs for textures or read the make-a-game guide.