Slate Linen
Quiet luxuryConsidered SaaS marketing that wants to look expensive, not loud.
Click a swatch to copy its hex.
Do not use this for
Playful features — this palette has no sense of humour.
What was measured
- Closest neighbours
- ΔE00 10.2
- how alike two adjacent swatches look
- Darkest to lightest
- 7.14:1
- WCAG contrast across the set
- Lightness covered
- 51 pts
- of OKLCH lightness, 0–100
- Under colour blindness
- ΔE00 10.2
- 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.
/* Slate Linen — Considered SaaS marketing that wants to look expensive, not loud. */
:root {
--palette-1: #3d4447;
--palette-2: #60676a;
--palette-3: #848c90;
--palette-4: #acb3b7;
--palette-5: #d4dce0;
/* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
--bg: #d4dce0;
--text: #3d4447; /* 7.14:1 on --bg */
--muted: #60676a; /* 4.15:1 on --bg */
--accent: #848c90; /* 2.46:1 on --bg */
--accent-text: #111111;
}Tailwind
// tailwind.config — Slate Linen
export default {
theme: {
extend: {
colors: {
slatelinen: {
100: "#3d4447",
200: "#60676a",
300: "#848c90",
400: "#acb3b7",
500: "#d4dce0",
},
},
},
},
};For your coding agent · printed from the colours
Use the Slate Linen palette: #3D4447, #60676A, #848C90, #ACB3B7, #D4DCE0. It is for this: Considered SaaS marketing that wants to look expensive, not loud. Map it as ground #D4DCE0, body text #3D4447, secondary text #60676A, and one accent #848C90 with #111111 printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 7.14:1, secondary 4.15:1, accent 2.46:1. Fix the named role against the ground before shipping; do not ship the pair as given. Do not use it for: Playful features — this palette has no sense of humour. 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 10.2 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 228 — 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.