Cashmere
Quiet luxuryWellness and lifestyle brands that want warmth without sweetness.
Click a swatch to copy its hex.
Do not use this for
Alerts — nothing here can raise its voice.
What was measured
- Closest neighbours
- ΔE00 9.8
- how alike two adjacent swatches look
- Darkest to lightest
- 4.95:1
- WCAG contrast across the set
- Lightness covered
- 45 pts
- of OKLCH lightness, 0–100
- Under colour blindness
- ΔE00 8.1
- 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.
/* Cashmere — Wellness and lifestyle brands that want warmth without sweetness. */
:root {
--palette-1: #796b66;
--palette-2: #a08a85;
--palette-3: #c6abaa;
--palette-4: #e5d1d4;
--palette-5: #fffafc;
/* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text and the accent — fix that before shipping. */
--bg: #fffafc;
--text: #796b66; /* 4.95:1 on --bg */
--muted: #a08a85; /* 3.14:1 on --bg */
--accent: #c6abaa; /* 2.07:1 on --bg */
--accent-text: #111111;
}Tailwind
// tailwind.config — Cashmere
export default {
theme: {
extend: {
colors: {
cashmere: {
100: "#796b66",
200: "#a08a85",
300: "#c6abaa",
400: "#e5d1d4",
500: "#fffafc",
},
},
},
},
};For your coding agent · printed from the colours
Use the Cashmere palette: #796B66, #A08A85, #C6ABAA, #E5D1D4, #FFFAFC. It is for this: Wellness and lifestyle brands that want warmth without sweetness. Map it as ground #FFFAFC, body text #796B66, secondary text #A08A85, and one accent #C6ABAA with #111111 printed on it. That mapping does not clear WCAG AA on secondary text and the accent — body 4.95:1, secondary 3.14:1, accent 2.07:1. Fix the named role against the ground before shipping; do not ship the pair as given. Do not use it for: Alerts — nothing here can raise its voice. 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.1 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 20 — 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.