Documentation for Confluence 2.5.4 - 2.5.8.
Documentation for [Confluence Cloud] and the latest Confluence Server is available too.

Change the color of a block of text.
Usage:
{color:mycolor} ... text ... {color}

Parameter

Required

Default

Description

mycolor

yes

none

color of text. You can use names for common colors or use the hex code for a more specific color

Example:
{color:red}red{color}
{color:orange}orange{color}
{color:yellow}yellow{color}
{color:green}green{color}
{color:blue}blue{color}
{color:purple}purple{color}
{color:violet}violet{color}

{color:003366}#003366{color}

gives:

red
orange
yellow
green
blue
purple
violet

#003366

  • No labels