You should be able to do that with the following code:
Or do I misunderstand what you mean witch "colour swatch"?
using (MagickImage image = new MagickImage("#FF00FF",75,75)) { image.Write(@"c:\pretty.jpg"); }