<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Hello. Using LaTeX in Windows 10.  I tried to explicitly set the color of the watermark text. I copied a specification from the package documentation, page 4.  But it gives me an error:   Argument of \c@lor@@rgb has an extra }.  If I remove that attempted color specification, document compiles fine. Grateful for any suggestions. Thanks. </div><div class="gmail_default" style="font-family:monospace,monospace"><br></div><div class="gmail_default" style="font-family:monospace,monospace">MWE</div><div class="gmail_default" style="font-family:monospace,monospace">===</div><div class="gmail_default" style="font-family:monospace,monospace">\documentclass[11pt]{article}<br>\usepackage{outlines}<br>\usepackage{hyperref}<br>\hypersetup{<br>     colorlinks=true,<br>     linkcolor=blue,<br>     urlcolor=blue}<br>\usepackage{savetrees}<br>\usepackage{url}<br>\usepackage[scale = 3, color={[rgb]{1, 0, 1}}]{draftwatermark}<br>\SetWatermarkText{foo \\ bar}<br><br>\begin{document}<br><br>\section{Hello}<br><br>Hello, world!<br><br>\end{document}<br></div></div>