← All palettes

Margin Note

Reading

Annotated and reviewed documents: ink, paper, and a correction red.

Click a swatch to copy its hex.

Do not use this for

Error states — the red is already doing editorial duty.

What was measured

Closest neighbours
ΔE00 20.9
how alike two adjacent swatches look
Darkest to lightest
6.47:1
WCAG contrast across the set
Lightness covered
65 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 17.5
worst under protanopia

Every pair here survives protanopia, deuteranopia and tritanopia, so these five can stand for five different things.

A suggested mapping · derived, then measured

Five colours are not an interface, so this is an offer rather than a token set. It clears WCAG AA as it stands.

/* Margin Note — Annotated and reviewed documents: ink, paper, and a correction red. */
:root {
  --palette-1: #561818;
  --palette-2: #a84f4c;
  --palette-3: #f9f0da;
  --palette-4: #123f48;
  --palette-5: #93b9c2;

  /* A suggested mapping, not a token set. It clears WCAG AA as it stands. */
  --bg: #f9f0da;
  --text: #561818;        /* 12.02:1 on --bg */
  --muted: #a84f4c;      /* 4.76:1 on --bg */
  --accent: #a84f4c;     /* 4.76:1 on --bg */
  --accent-text: #ffffff;
}

Tailwind

// tailwind.config — Margin Note
export default {
  theme: {
    extend: {
      colors: {
        marginnote: {
        100: "#561818",
        200: "#a84f4c",
        300: "#f9f0da",
        400: "#123f48",
        500: "#93b9c2",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Margin Note palette: #561818, #A84F4C, #F9F0DA, #123F48, #93B9C2.

It is for this: Annotated and reviewed documents: ink, paper, and a correction red.

Map it as ground #F9F0DA, body text #561818, secondary text #A84F4C, and one accent #A84F4C with #FFFFFF printed on it. Body text measures 12.02:1 against the ground and secondary text 4.76:1, so this mapping clears WCAG AA as it stands.

Do not use it for: Error states — the red is already doing editorial duty.

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 17.5 apart on the CIEDE2000 scale, 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 — scene from hue 24 and 214 — 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