← All palettes

Hot Press

Brand pages

Print-inspired brand work with a vermilion that stays hot throughout.

Click a swatch to copy its hex.

Do not use this for

Dark mode — the run has no upper neutral to become a surface.

What was measured

Closest neighbours
ΔE00 12.8
how alike two adjacent swatches look
Darkest to lightest
5.23:1
WCAG contrast across the set
Lightness covered
40 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 8.6
worst under deuteranopia

These two are one colour to a reader with deuteranopia. Fine while the set is read as an order; never use them to mean two different things without a label or an icon as well.

A suggested mapping · derived, then measured

Five colours are not an interface, so this is an offer rather than a token set. It does not clear WCAG AA on secondary text and the accent — stated here rather than left for you to discover.

/* Hot Press — Print-inspired brand work with a vermilion that stays hot throughout. */
:root {
  --palette-1: #7b0046;
  --palette-2: #ae0244;
  --palette-3: #d83136;
  --palette-4: #f16834;
  --palette-5: #fe9c53;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
  --bg: #fe9c53;
  --text: #7b0046;        /* 5.23:1 on --bg */
  --muted: #ae0244;      /* 3.49:1 on --bg */
  --accent: #d83136;     /* 2.29:1 on --bg */
  --accent-text: #ffffff;
}

Tailwind

// tailwind.config — Hot Press
export default {
  theme: {
    extend: {
      colors: {
        hotpress: {
        100: "#7b0046",
        200: "#ae0244",
        300: "#d83136",
        400: "#f16834",
        500: "#fe9c53",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Hot Press palette: #7B0046, #AE0244, #D83136, #F16834, #FE9C53.

It is for this: Print-inspired brand work with a vermilion that stays hot throughout.

Map it as ground #FE9C53, body text #7B0046, secondary text #AE0244, and one accent #D83136 with #FFFFFF printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 5.23:1, secondary 3.49:1, accent 2.29:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Dark mode — the run has no upper neutral to become a surface.

Do not add a sixth colour, do not tint the greys toward a second hue, and do not carry meaning on hue alone — once colour vision is taken away the closest two of these sit only 8.6 apart on the CIEDE2000 scale, which is too close to tell apart, so pair every coloured state with a label or an icon.

How this palette was built · no hex was chosen by hand

The catalog states a recipe — ramp from hue 25 — and the five colours are derived from it in OKLCH, where a step of lightness is a step your eye agrees with rather than one the hex numbers agree with. That is why the numbers above are properties of this palette rather than claims about it.

Others for the same job