Skip to main content
Executive Support by Beige Threat

Print & email

Print is where the brand was born. Email is where most of our readers meet us first. The screen system has to translate to both without becoming a different brand on each surface.

Every screen hex pairs with a tested CMYK build. Use the table — never let a CMYK conversion run automatically from a corrupted or out-of-gamut hex. The Pantone column is a suggested spot match for cover treatments and finishes; specify it only when the print spec sheet calls for it.

TokenHex (screen)CMYK (coated)CMYK (uncoated)Pantone
teal-600#06A0A980 / 15 / 30 / 078 / 12 / 30 / 0320 C
navy-900#181F2C90 / 75 / 40 / 4588 / 72 / 38 / 50539 C
cream#E3E4DC8 / 5 / 15 / 06 / 4 / 14 / 0Warm Gray 1 C
mustard-400#C9A22718 / 35 / 95 / 015 / 32 / 92 / 2124 C
orange-500#E3783D5 / 55 / 80 / 04 / 52 / 78 / 0159 C
sage-400#4F7A4A70 / 30 / 85 / 1568 / 28 / 82 / 18364 C
ink#08030570 / 65 / 65 / 8565 / 60 / 60 / 88Black 6 C

These are best-effort approximations. The print spec sheet is final — verify proofs at the print run, not the desk. Files for the magazine ship as CMYK · FOGRA39 for coated stock and CMYK · FOGRA52 for uncoated. Embed the ICC profile on every export; do not flatten without it.

The paper does as much work as the type. Three stocks across the magazine, picked to match the colour direction and to keep the cream feel readable under daylight.

Paper stocks
cover
250gsm uncoated · FSC certified

The cover. Heavy enough to hold its shape on the rack; uncoated to let the navy and orange sit without gloss.

Issue 04
Executive Support
body
90gsm uncoated · off-white

Body-text signatures. Off-white to track the cream colour direction without going beige under tungsten lighting.

The diary moved hands. The building did not. She came in on Monday and the chair behind the corner desk was empty.

photo
130gsm matte coated

Photo features only. Matte coated holds tonal range on portraits without throwing gloss back at the reader.

PHOTO SIGNATURE · 130GSM

Trim size is 220 × 275 mm — a magazine portrait, slightly taller than A4. Bleed is 3 mm on every edge. Spine width depends on issue thickness; the printer calculates it from the page count and stock combination — never guess. Saddle-stitch up to ~64 pages, perfect-bound from 80.

Freight Big Pro 400 and Freight Text Pro 400 / 500 / 600 — the same families as screen. Print uses the optical-display cuts where Darden Studio provides them: Freight Big Pro Display above 20 pt, Freight Text Pro for everything from 9 pt body to 18 pt subheading.

Print type
display
Freight Big Pro · 56–96 pt

Feature openers and full-page titles. Use the Display optical cut. Default tracking from the type designer; do not tighten further.

Five rooms
heading
Freight Text Pro 600 · 22–28 pt

Section headings inside articles. Heavier than screen because uncoated paper softens edges.

The leadership issue
body
Freight Text Pro 400 · 9.5 pt / 13.5 pt leading

Body copy. Default tracking — no adjustment. Screen tightens by -0.01em to compensate for sub-pixel rendering; print does not need it.

For three years she ran the calendar of the man who ran the building. Then the building changed hands, and so did everything else.
caption
Freight Text Pro 400 italic · 9 pt

Photo captions and pull-quote attribution. Italic, never roman, to mark them as editorial apparatus.

Anika Patel, photographed in the Marylebone office. April 2026.
folio
Inter 9 pt · small caps · 0.12em

Page number, issue, section. Inter on the page furniture only. Never on body.

14 · Executive Support · Apr/May

Inter is for marketing collateral and the website only — never for print body. The folio uses Inter, but the folio is page furniture, not reading copy.

A 12-column print grid sits on every spread.

Magazine grid
trim
220 × 275 mm

Magazine portrait. Slightly taller than A4 to read as editorial, not corporate.

bleed
3 mm on all four edges

Crop marks and bleed required on every export. Photographs cross the bleed when used as full-page openers.

margins
24 mm outer · 18 mm inner · 16 mm top · 20 mm bottom

Inner is tighter than outer to account for the spine. Bottom is deeper to make room for the folio.

columns
12 columns · 6 mm gutter

Articles use 6 or 8 columns from the 12. Pull-quotes break into 4. Photographs break the grid only at openers.

folio
Bottom outer · 9 pt Inter small caps

Page number sits at the bottom outer corner. Never on full-bleed photo signatures — let the photograph carry the spread.

14 · ES

Email: the constraints

Email clients are unreliable. Plan for it from the first line.

  • No JavaScript. Any interactivity has to be a link to the web.
  • Limited CSS. Flexbox and grid land in modern clients, but Outlook on Windows still renders through Word’s HTML engine. Plan for table-based layout fallback.
  • Auto-inverted dark mode. Apple Mail and Outlook will invert backgrounds and text without asking. Design colour pairs that survive it, or opt out.
  • 600 px maximum content width. Anything wider clips on Gmail mobile.

We ship three template flavours, in this order of frequency:

Email templates
weekly
Newsletter · 600 px · editorial

Goes out every Tuesday. Editor's letter, three article promos, footer. Cream background, Source Serif body.

A note from the editor — this week’s reading.
transactional
Welcome, receipt, renewal · 600 px

One purpose per email. A clear primary action, a single piece of context, no editorial drift.

Your subscription is live.
View issue
system
Password reset, magic link · 600 px

No marketing. No editorial. The link, the expiry, a sentence of safety copy. Plain.

Use this link in the next 15 minutes.

Email: HTML pattern

Centred 600 px table. Inlined <style> in the head — most clients respect it now — plus inline style="" on critical elements as fallback for the holdouts. Web-safe stack on every font declaration. Source Serif 4 ships in place of Freight in email: Freight is licence-restricted and cannot be served as a web font on a third-party domain, and the open-source Source Serif 4 is the closest free pairing for Freight Text.

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="color-scheme" content="light only">
    <meta name="supported-color-schemes" content="light">
    <title>Executive Support — Issue 04</title>
    <style>
      body { margin: 0; padding: 0; background: #E3E4DC; }
      table { border-collapse: collapse; }
      img { display: block; border: 0; max-width: 100%; height: auto; }
      .es-body { font-family: 'Source Serif 4', Georgia, serif; font-size: 16px; line-height: 1.55; color: #080305; }
      .es-chrome { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
      .es-btn { background: #06A0A9; color: #FFFFFF; text-decoration: none; border-radius: 999px; }
    </style>
  </head>
  <body style="margin:0;padding:0;background:#E3E4DC;">
    <table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
      <tr>
        <td align="center" style="padding:32px 16px;">
          <table role="presentation" width="600" cellpadding="0" cellspacing="0" border="0" style="width:600px;max-width:600px;background:#FDFDFD;">
            <tr><td style="padding:32px 40px 0;" class="es-chrome">
              <span style="font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#E3783D;font-weight:600;">Issue 04 · Apr/May 2026</span>
            </td></tr>
            <tr><td class="es-body" style="padding:16px 40px 8px;font-family:'Source Serif 4',Georgia,serif;font-size:22px;line-height:1.2;color:#181F2C;">
              Changing the face of the profession.
            </td></tr>
            <tr><td class="es-body" style="padding:8px 40px 24px;font-family:'Source Serif 4',Georgia,serif;font-size:16px;line-height:1.55;color:#080305;">
              For three years she ran the calendar of the man who ran the building. Then the building changed hands.
            </td></tr>
            <tr><td align="left" style="padding:0 40px 40px;">
              <a href="https://executivesupport.example/issue-04" class="es-btn" style="display:inline-block;padding:14px 22px;background:#06A0A9;color:#FFFFFF;text-decoration:none;border-radius:999px;font-family:'Inter',sans-serif;font-size:14px;font-weight:600;line-height:1;">Read the issue</a>
            </td></tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>

The meta name="color-scheme" line is the single most useful tag we ship. It opts us out of automatic colour inversion in Apple Mail, Outlook for Mac, and the iOS default client. Use it on every editorial template; system templates can drop it if they need to follow the OS.

Email: colour

The same hex codes carry. Cream (#E3E4DC) is the body background; Paper (#FDFDFD) is the card surface; Navy and Ink are the text colours. Teal is reserved for the single primary action, exactly as on screen.

Email body bg
Email body bg
#E3E4DC

Cream. The outer canvas of every editorial email.

Email card bg
Email card bg
#FDFDFD

Paper. The 600 px content table sits on this.

Email body text
Email body text
#080305

Ink. Source Serif body copy on Paper.

Email primary CTA
Email primary CTA
#06A0A9

Teal. The button. The single action colour.

Dark mode in email is hard to control. Two strategies, in order of preference: opt out for editorial templates with <meta name="color-scheme" content="light only">; for transactional emails where the user expects to read in their preferred mode, design a pair that survives inversion — keep contrast on the text, never put dark navy text on a near-black inverted background.

Email: type sizes

Email type runs slightly larger than screen. Gmail mobile compresses the rendered size on small screens, and 16 pt body becomes effectively 14 pt in the reading pane. Bumping by 2 pt at small sizes restores parity.

Screen → email type
display
28 pt screen → 22 pt email

Email headlines stay smaller than screen display. Email is read close, in narrow rectangles, and 28 pt clips on iPhone SE.

Changing the face of the profession.
heading
22 pt screen → 18 pt email

Section heading inside the body. Source Serif 600.

The leadership issue
body
16 pt screen → 16 pt email

Stays at 16 pt — Gmail mobile compresses on render, so any smaller falls below readability.

For three years she ran the calendar of the man who ran the building.
small
12 pt screen → 13 pt email

Email small bumps a point. Anything below 13 pt is unreadable in the Gmail iOS preview pane.

Photographed in the Marylebone office, April 2026.

Email: hit targets

Buttons in email need a 44 × 44 px tap target — the same minimum as iOS. The cell wrapping the link sets the height; the link sits inside as display: inline-block with matching padding. Outlook ignores CSS padding on anchor tags, so wrap the button in mso- conditional comments to render a VML rounded rectangle on Windows Outlook.

Read the issue
<table role="presentation" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td height="44" align="center" valign="middle" style="height:44px;border-radius:999px;background:#06A0A9;">
      <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="#" style="height:44px;v-text-anchor:middle;width:180px;" arcsize="50%" stroke="f" fillcolor="#06A0A9"><w:anchorlock/><center style="color:#ffffff;font-family:Arial,sans-serif;font-size:14px;font-weight:600;">Read the issue</center></v:roundrect><![endif]-->
      <!--[if !mso]><!-- -->
      <a href="#" style="display:inline-block;padding:0 22px;line-height:44px;color:#ffffff;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:600;text-decoration:none;border-radius:999px;">Read the issue</a>
      <!--<![endif]-->
    </td>
  </tr>
</table>

Email: weekly newsletter template

The weekly newsletter is the highest-volume template we ship. Anatomy, top to bottom:

  1. Logo lock-up — the wordmark plus an issue line in Inter small caps.
  2. Editor’s letter — three or four short paragraphs in Source Serif body. A signature at the foot.
  3. Three article promos — each a 4:5 image, an Inter kicker, a Source Serif headline, a single-sentence tease, and a Read button.
  4. Footer — unsubscribe always, postal address, social links. Inter 12 pt, stone-600.
Executive Support · Issue 04
A note from the editor

Three pieces this week. The first one took us six months to land — I think you’ll see why.

Profile
The chief of staff who never wanted the title.
Six months in the building, and a quiet rewrite of the org.
Briefing
What the new CMA guidance actually changes.
Read in seven minutes — drafted with three GCs.

Executive Support · 14 Hatton Garden, London EC1N 8AT · Unsubscribe

The brand reads consistent across all three; the cadence is what differs.

The three surfaces
print
Magazine · every 6–7 weeks

The source. Where the editorial standard is set. Long-form features, commissioned photography, the cover line.

Issue 04 · Apr/May
Executive Support
email
Newsletter · weekly · subscriber briefings

Where most readers meet the brand first. Weekly summary, three reading promos, occasional subscriber-only briefings between issues.

Tuesday digest
Three pieces this week.
screen
Web · always on · the archive

The full archive, member portal, longer-form digital-only pieces. Search, navigation, the home of every link an email or print reference points to.

Archive
Four years of issues.

Usage rules

Do · CMYK from the table
teal-600 · #06A0A9
→ C 80 / M 15 / Y 30 / K 0

Use the published CMYK pair for every print build. The values are tuned against proofs, not auto-converted.

Don't · Auto-convert hex on export
teal-600 · #06A0A9
→ machine convert · drift on press

Letting the export pipeline guess CMYK from a corrupted hex is how teal becomes a dull turquoise on press.

Do · Freight in print body

Freight Text in the body. Print pages stay in the family — no system-font substitution.

Print body is Freight Text Pro 400. The licence covers the print run; use it.

Don't · Inter in print body

Inter in the body. The page reads as a deck, not a magazine.

Inter is for marketing collateral and the website. Setting print body in Inter strips the magazine voice.

Do · 600 px email body

Hold every editorial email at 600 px maximum. Anything wider clips on Gmail mobile.

Don't · Wider than 600 px

Full-width email cards reflow unpredictably and chop content under the fold on small clients.

Do · Web-safe fallback stack

font-family: ‘Source Serif 4’,
Georgia, serif;

Every email font declaration ends in a system fallback. Source Serif first, Georgia second, generic serif last.

Don't · A single web font, no fallback

font-family: ‘Freight Text Pro’;

Outlook on Windows will not load the web font. Without a fallback the client picks Times — the worst possible default.

Do · Solid background colour

background: #E3E4DC;

Solid background colours render in every client. Cream behind the 600 px table, paper inside.

Don't · Background image behind text

background-image: url(…);

Outlook strips background images. The text lands on whatever the client decides — usually unreadable.

Do · Alt text on every image

<img src=”…” alt=“Anika Patel, photographed in the Marylebone office.”>

Every image carries alt text. It is read aloud, indexed, and shown when the image fails to load.

Don't · Empty alt or missing alt

<img src=”…”>

A missing alt attribute leaves screen-reader users with the file name. An empty alt only ever belongs on a decorative spacer.

Do · Folio off photo signatures

Full-bleed photo signatures carry no folio. Let the photograph carry the spread.

Don't · Folio over a portrait
14 · ES

A folio over a face is the sound of a typesetter not reading the page. Drop it on photo spreads.

Do · A reading-led email
Three pieces this week.
A briefing, a profile, a quiet rewrite of the org.
Read

Every editorial email leads with reading. The button comes after the reason to click it.

Don't · A CTA-only email

A bare button with no editorial context reads as marketing exhaust. Always include the reading.