\documentclass{article}
\usepackage{colorspace}
\usepackage{tikz}
\usetikzlibrary{calc}
\definespotcolor{registration}{All}{1,1,1,1}
\pagestyle{empty}
\begin{document}
\tikz \draw [draw=registration] (0.0,0.0) rectangle (0.5,0.5); % not shown
\tikz \draw [draw=black] (0.0,0.0) rectangle (0.5,0.5);
\end{document}
Here is a mwe:
See https://tex.stackexchange.com/questions/471575/how-can-i-create-a-color-registration-test-page-with-latex/471576#471576