FontColor
Examples
Basic Examples (4)
Use a standard red font color:
Style[1 / Sqrt[2], FontColor -> StandardRed]Style[1 / Sqrt[2], FontColor -> CMYKColor[1, 0, 1, .2]]Specify the color without using an option:
Style[1 / Sqrt[2], StandardRed]Font color can be specified in style-related options:
Plot[Sin[x], {x, 0, 10}, AxesStyle -> Directive[Green, FontColor -> Orange]]ContourPlot[Sin[x y], {x, 0, 1}, {y, 0, 1}, FrameStyle -> Directive[Green, FontColor -> Orange]]See Also
Background FontWeight Style LightDarkSwitched NotebookTheme ThemeColor LightModePane DarkModePane
Entity Types: Color
Tech Notes
Related Guides
Related Workflows
- Add Styling to Text
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), FontColor, Wolfram Language function, https://reference.wolfram.com/language/ref/FontColor.html.
CMS
Wolfram Language. 1996. "FontColor." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FontColor.html.
APA
Wolfram Language. (1996). FontColor. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FontColor.html
BibTeX
@misc{reference.wolfram_2026_fontcolor, author="Wolfram Research", title="{FontColor}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/FontColor.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_fontcolor, organization={Wolfram Research}, title={FontColor}, year={1996}, url={https://reference.wolfram.com/language/ref/FontColor.html}, note=[Accessed: 13-June-2026]}