← All palettes
Ash Silk
Quiet luxuryEditorial fashion layouts with a grey that is faintly violet, never blue.
Click a swatch to copy its hex.
Do not use this for
Any interface needing a call to action.
What was measured
- Closest neighbours
- ΔE00 15.8
- how alike two adjacent swatches look
- Darkest to lightest
- 16.94:1
- WCAG contrast across the set
- Lightness covered
- 77 pts
- of OKLCH lightness, 0–100
- Under colour blindness
- ΔE00 15
- worst under tritanopia
Every pair here survives protanopia, deuteranopia and tritanopia, so these five can stand for five different things.
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 — stated here rather than left for you to discover.
/* Ash Silk — Editorial fashion layouts with a grey that is faintly violet, never blue. */
:root {
--palette-1: #211622;
--palette-2: #544559;
--palette-3: #8b7a95;
--palette-4: #c2b8cd;
--palette-5: #fcfbfe;
/* A suggested mapping, not a token set. It falls short of WCAG AA on secondary text — fix that before shipping. */
--bg: #fcfbfe;
--text: #211622; /* 16.94:1 on --bg */
--muted: #8b7a95; /* 3.83:1 on --bg */
--accent: #8b7a95; /* 3.83:1 on --bg */
--accent-text: #111111;
}Tailwind
// tailwind.config — Ash Silk
export default {
theme: {
extend: {
colors: {
ashsilk: {
100: "#211622",
200: "#544559",
300: "#8b7a95",
400: "#c2b8cd",
500: "#fcfbfe",
},
},
},
},
};For your coding agent · printed from the colours
Use the Ash Silk palette: #211622, #544559, #8B7A95, #C2B8CD, #FCFBFE. It is for this: Editorial fashion layouts with a grey that is faintly violet, never blue. Map it as ground #FCFBFE, body text #211622, secondary text #8B7A95, and one accent #8B7A95 with #111111 printed on it. That mapping does not clear WCAG AA on secondary text — body 16.94:1, secondary 3.83:1, accent 3.83:1. Fix the named role against the ground before shipping; do not ship the pair as given. Do not use it for: Any interface needing a call to action. 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 15 apart on the CIEDE2000 scale, 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 312 — 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.