\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usepackage[margin=0.5in,paperwidth=3.5in,paperheight=2in]{geometry}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{graphicx}
\definecolor{cardblue}{RGB}{0,51,102}
\definecolor{cardgold}{RGB}{196,164,105}
\definecolor{lightgray}{RGB}{240,240,240}
\definecolor{medgray}{RGB}{120,120,120}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\begin{document}
\begin{tikzpicture}[remember picture, overlay]
\fill[cardblue] (current page.north west) rectangle ([yshift=-0.55in]current page.north east);
\fill[cardgold] ([yshift=-0.55in]current page.north west) rectangle ([yshift=-0.58in]current page.north east);
\end{tikzpicture}
\vspace*{-0.15in}
\begin{minipage}[t]{0.55\textwidth}
{\color{white}\large\bfseries Alexandra M.~Richardson}\\[2pt]
{\color{cardgold}\small\bfseries Senior Vice President, Strategy}
\end{minipage}%
\hfill
\begin{minipage}[t]{0.4\textwidth}
\raggedleft
{\color{white}\footnotesize\bfseries NORTHGATE}\\[-1pt]
{\color{cardgold}\tiny\bfseries CONSULTING GROUP}
\end{minipage}
\vspace{0.35in}
\begin{minipage}[t]{0.5\textwidth}
{\footnotesize\color{cardblue}
\textbf{T:} (212) 555-0198\\[1pt]
\textbf{M:} (917) 555-0234\\[1pt]
\textbf{E:} [email protected]\\[1pt]
\textbf{W:} www.northgatecg.com}
\end{minipage}%
\hfill
\begin{minipage}[t]{0.45\textwidth}
\raggedleft
{\footnotesize\color{medgray}
450 Park Avenue, 28th Floor\\[1pt]
New York, NY 10022\\[1pt]
United States}
\end{minipage}
\begin{tikzpicture}[remember picture, overlay]
\fill[cardgold] ([yshift=0.15in]current page.south west) rectangle ([yshift=0.18in]current page.south east);
\fill[cardblue] (current page.south west) rectangle ([yshift=0.15in]current page.south east);
\end{tikzpicture}
\end{document}

PDF Preview
Create an account to compile and preview