← All palettes

Quiet Money

Quiet luxury

Private banking and advisory sites; green so faint it registers as grey.

Click a swatch to copy its hex.

Do not use this for

Consumer fintech — it signals a minimum balance.

What was measured

Closest neighbours
ΔE00 9.8
how alike two adjacent swatches look
Darkest to lightest
4.93:1
WCAG contrast across the set
Lightness covered
45 pts
of OKLCH lightness, 0–100
Under colour blindness
ΔE00 8.4
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.

/* Quiet Money — Private banking and advisory sites; green so faint it registers as grey. */
:root {
  --palette-1: #6c7160;
  --palette-2: #86967d;
  --palette-3: #a1bba2;
  --palette-4: #c6ddcf;
  --palette-5: #f4fffa;

  /* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
  --bg: #f4fffa;
  --text: #6c7160;        /* 4.93:1 on --bg */
  --muted: #86967d;      /* 3.08:1 on --bg */
  --accent: #a1bba2;     /* 2.02:1 on --bg */
  --accent-text: #111111;
}

Tailwind

// tailwind.config — Quiet Money
export default {
  theme: {
    extend: {
      colors: {
        quietmoney: {
        100: "#6c7160",
        200: "#86967d",
        300: "#a1bba2",
        400: "#c6ddcf",
        500: "#f4fffa",
        },
      },
    },
  },
};

For your coding agent · printed from the colours

Use the Quiet Money palette: #6C7160, #86967D, #A1BBA2, #C6DDCF, #F4FFFA.

It is for this: Private banking and advisory sites; green so faint it registers as grey.

Map it as ground #F4FFFA, body text #6C7160, secondary text #86967D, and one accent #A1BBA2 with #111111 printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 4.93:1, secondary 3.08:1, accent 2.02:1. Fix the named role against the ground before shipping; do not ship the pair as given.

Do not use it for: Consumer fintech — it signals a minimum balance.

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.4 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 146 — 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