represents a dark cyan color in graphics or style specifications.
DarkCyan
represents a dark cyan color in graphics or style specifications.
Examples
open all close allBasic Examples (3)
Graphics[{DarkCyan, EdgeForm[Black], Disk[]}]Make a plot with dark cyan plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkCyan]Display a grid of numbers with dark cyan background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkCyan, BaseStyle -> White]Possible Issues (1)
In light mode, the default axes colors make them hard to read with a DarkCyan background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkCyan]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkCyan]]StandardCyan contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardCyan];
{LightModePane[g], DarkModePane[g]}Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkCyan, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkCyan.html.
CMS
Wolfram Language. 2025. "DarkCyan." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkCyan.html.
APA
Wolfram Language. (2025). DarkCyan. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkCyan.html
BibTeX
@misc{reference.wolfram_2026_darkcyan, author="Wolfram Research", title="{DarkCyan}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkCyan.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkcyan, organization={Wolfram Research}, title={DarkCyan}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkCyan.html}, note=[Accessed: 12-June-2026]}