I am programming with C# in VisualStudio and I got Colors given in hex string format. fex. "#D8AE6D". I want to quickly preview the color, so I know what the code stands for. For HTML/CSS there are many solutions. But I found non for usual C# code.
Is there a tool or addon that is recommended or even a built in solution?