← All palettes

Graphite Moss

Long sessions

Developer surfaces wanting a cast that is not the usual blue.

Click a swatch to copy its hex.

Do not use this for

Anything selling — this palette has no closing argument.

What was measured

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

These two are one colour to a reader with tritanopia. 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.

/* Graphite Moss — Developer surfaces wanting a cast that is not the usual blue. */
:root {
  --palette-1: #271608;
  --palette-2: #433212;
  --palette-3: #59542b;
  --palette-4: #6d765a;
  --palette-5: #8a9688;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
  --bg: #8a9688;
  --text: #271608;        /* 5.64:1 on --bg */
  --muted: #433212;      /* 3.99:1 on --bg */
  --accent: #59542b;     /* 2.49:1 on --bg */
  --accent-text: #ffffff;
}

Tailwind

// tailwind.config — Graphite Moss
export default {
  theme: {
    extend: {
      colors: {
        graphitemoss: {
        100: "#271608",
        200: "#433212",
        300: "#59542b",
        400: "#6d765a",
        500: "#8a9688",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Graphite Moss palette: #271608, #433212, #59542B, #6D765A, #8A9688.

It is for this: Developer surfaces wanting a cast that is not the usual blue.

Map it as ground #8A9688, body text #271608, secondary text #433212, and one accent #59542B with #FFFFFF printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 5.64:1, secondary 3.99:1, accent 2.49:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Anything selling — this palette has no closing argument.

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 102 — 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