← All palettes

Salt Flat

Quiet luxury

Fashion and gallery sites where the product supplies all the colour.

Click a swatch to copy its hex.

Do not use this for

Charts — the whole set is inside one perceptual step.

What was measured

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

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

/* Salt Flat — Fashion and gallery sites where the product supplies all the colour. */
:root {
  --palette-1: #61717d;
  --palette-2: #7b94a6;
  --palette-3: #9ab7cc;
  --palette-4: #c5daea;
  --palette-5: #f9fcff;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
  --bg: #f9fcff;
  --text: #61717d;        /* 4.9:1 on --bg */
  --muted: #7b94a6;      /* 3.08:1 on --bg */
  --accent: #9ab7cc;     /* 2.04:1 on --bg */
  --accent-text: #111111;
}

Tailwind

// tailwind.config — Salt Flat
export default {
  theme: {
    extend: {
      colors: {
        saltflat: {
        100: "#61717d",
        200: "#7b94a6",
        300: "#9ab7cc",
        400: "#c5daea",
        500: "#f9fcff",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Salt Flat palette: #61717D, #7B94A6, #9AB7CC, #C5DAEA, #F9FCFF.

It is for this: Fashion and gallery sites where the product supplies all the colour.

Map it as ground #F9FCFF, body text #61717D, secondary text #7B94A6, and one accent #9AB7CC with #111111 printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 4.9:1, secondary 3.08:1, accent 2.04:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Charts — the whole set is inside one perceptual step.

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.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 240 — 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