← All palettes

Oyster

Quiet luxury

High-end commerce where photography is the only saturated thing present.

Click a swatch to copy its hex.

Do not use this for

Data-dense screens — no step separates from its neighbour.

What was measured

Closest neighbours
ΔE00 7
how alike two adjacent swatches look
Darkest to lightest
3.67:1
WCAG contrast across the set
Lightness covered
35 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 6.9
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 body text and secondary text and the accent — stated here rather than left for you to discover.

/* Oyster — High-end commerce where photography is the only saturated thing present. */
:root {
  --palette-1: #706d73;
  --palette-2: #89878e;
  --palette-3: #a2a2aa;
  --palette-4: #bcbec5;
  --palette-5: #d7dbe2;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on body text and secondary text and the accent — fix that before shipping. */
  --bg: #d7dbe2;
  --text: #706d73;        /* 3.67:1 on --bg */
  --muted: #89878e;      /* 2.55:1 on --bg */
  --accent: #a2a2aa;     /* 1.83:1 on --bg */
  --accent-text: #111111;
}

Tailwind

// tailwind.config — Oyster
export default {
  theme: {
    extend: {
      colors: {
        oyster: {
        100: "#706d73",
        200: "#89878e",
        300: "#a2a2aa",
        400: "#bcbec5",
        500: "#d7dbe2",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Oyster palette: #706D73, #89878E, #A2A2AA, #BCBEC5, #D7DBE2.

It is for this: High-end commerce where photography is the only saturated thing present.

Map it as ground #D7DBE2, body text #706D73, secondary text #89878E, and one accent #A2A2AA with #111111 printed on it. That mapping does not clear WCAG AA on body text and secondary text and the accent — body 3.67:1, secondary 2.55:1, accent 1.83:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Data-dense screens — no step separates from its neighbour.

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 6.9 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 286 — 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