{
  "name": "Minecraft Color Codes and Formatting Codes",
  "description": "Every colour and style code Minecraft accepts, each one shown in the game's own font with its effect applied: the chat code, the MOTD escape, the plugin code, the name /tellraw wants, and the hex, RGB and shadow the game actually draws.",
  "platform": "Minecraft",
  "url": "https://devtoolsgg.com/minecraft/list/formatting-codes",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Compiled by https://devtoolsgg.com",
  "sources": [
    {
      "name": "Minecraft Wiki, formatting codes",
      "url": "https://minecraft.wiki/w/Formatting_codes"
    }
  ],
  "columns": [
    {
      "key": "hex",
      "label": "Colour"
    },
    {
      "key": "code",
      "label": "Chat"
    },
    {
      "key": "escape",
      "label": "MOTD"
    },
    {
      "key": "ampersand",
      "label": "Plugin"
    },
    {
      "key": "name",
      "label": "Name"
    },
    {
      "key": "rgb",
      "label": "RGB"
    },
    {
      "key": "shadow",
      "label": "Shadow"
    },
    {
      "key": "kind",
      "label": "Kind"
    }
  ],
  "count": 22,
  "rows": [
    {
      "code": "§4",
      "escape": "\\u00A74",
      "ampersand": "&4",
      "name": "dark_red",
      "hex": "#AA0000",
      "rgb": "170, 0, 0",
      "shadow": "#2A0000",
      "kind": "color"
    },
    {
      "code": "§c",
      "escape": "\\u00A7c",
      "ampersand": "&c",
      "name": "red",
      "hex": "#FF5555",
      "rgb": "255, 85, 85",
      "shadow": "#3F1515",
      "kind": "color"
    },
    {
      "code": "§6",
      "escape": "\\u00A76",
      "ampersand": "&6",
      "name": "gold",
      "hex": "#FFAA00",
      "rgb": "255, 170, 0",
      "shadow": "#2A2A00",
      "kind": "color"
    },
    {
      "code": "§e",
      "escape": "\\u00A7e",
      "ampersand": "&e",
      "name": "yellow",
      "hex": "#FFFF55",
      "rgb": "255, 255, 85",
      "shadow": "#3F3F15",
      "kind": "color"
    },
    {
      "code": "§2",
      "escape": "\\u00A72",
      "ampersand": "&2",
      "name": "dark_green",
      "hex": "#00AA00",
      "rgb": "0, 170, 0",
      "shadow": "#002A00",
      "kind": "color"
    },
    {
      "code": "§a",
      "escape": "\\u00A7a",
      "ampersand": "&a",
      "name": "green",
      "hex": "#55FF55",
      "rgb": "85, 255, 85",
      "shadow": "#153F15",
      "kind": "color"
    },
    {
      "code": "§b",
      "escape": "\\u00A7b",
      "ampersand": "&b",
      "name": "aqua",
      "hex": "#55FFFF",
      "rgb": "85, 255, 255",
      "shadow": "#153F3F",
      "kind": "color"
    },
    {
      "code": "§3",
      "escape": "\\u00A73",
      "ampersand": "&3",
      "name": "dark_aqua",
      "hex": "#00AAAA",
      "rgb": "0, 170, 170",
      "shadow": "#002A2A",
      "kind": "color"
    },
    {
      "code": "§1",
      "escape": "\\u00A71",
      "ampersand": "&1",
      "name": "dark_blue",
      "hex": "#0000AA",
      "rgb": "0, 0, 170",
      "shadow": "#00002A",
      "kind": "color"
    },
    {
      "code": "§9",
      "escape": "\\u00A79",
      "ampersand": "&9",
      "name": "blue",
      "hex": "#5555FF",
      "rgb": "85, 85, 255",
      "shadow": "#15153F",
      "kind": "color"
    },
    {
      "code": "§d",
      "escape": "\\u00A7d",
      "ampersand": "&d",
      "name": "light_purple",
      "hex": "#FF55FF",
      "rgb": "255, 85, 255",
      "shadow": "#3F153F",
      "kind": "color"
    },
    {
      "code": "§5",
      "escape": "\\u00A75",
      "ampersand": "&5",
      "name": "dark_purple",
      "hex": "#AA00AA",
      "rgb": "170, 0, 170",
      "shadow": "#2A002A",
      "kind": "color"
    },
    {
      "code": "§f",
      "escape": "\\u00A7f",
      "ampersand": "&f",
      "name": "white",
      "hex": "#FFFFFF",
      "rgb": "255, 255, 255",
      "shadow": "#3F3F3F",
      "kind": "color"
    },
    {
      "code": "§7",
      "escape": "\\u00A77",
      "ampersand": "&7",
      "name": "gray",
      "hex": "#AAAAAA",
      "rgb": "170, 170, 170",
      "shadow": "#2A2A2A",
      "kind": "color"
    },
    {
      "code": "§8",
      "escape": "\\u00A78",
      "ampersand": "&8",
      "name": "dark_gray",
      "hex": "#555555",
      "rgb": "85, 85, 85",
      "shadow": "#151515",
      "kind": "color"
    },
    {
      "code": "§0",
      "escape": "\\u00A70",
      "ampersand": "&0",
      "name": "black",
      "hex": "#000000",
      "rgb": "0, 0, 0",
      "shadow": "#000000",
      "kind": "color"
    },
    {
      "code": "§l",
      "escape": "\\u00A7l",
      "ampersand": "&l",
      "name": "bold",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    },
    {
      "code": "§o",
      "escape": "\\u00A7o",
      "ampersand": "&o",
      "name": "italic",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    },
    {
      "code": "§n",
      "escape": "\\u00A7n",
      "ampersand": "&n",
      "name": "underlined",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    },
    {
      "code": "§m",
      "escape": "\\u00A7m",
      "ampersand": "&m",
      "name": "strikethrough",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    },
    {
      "code": "§k",
      "escape": "\\u00A7k",
      "ampersand": "&k",
      "name": "obfuscated",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    },
    {
      "code": "§r",
      "escape": "\\u00A7r",
      "ampersand": "&r",
      "name": "reset",
      "hex": "",
      "rgb": "",
      "shadow": "",
      "kind": "format"
    }
  ]
}
