Wheat — 11-step color scale

Wheat (#f5deb3) sits at 500, untouched. Every other step is Wheat composited over white or black at a decreasing opacity, so the whole ramp stays in one hue family instead of drifting toward another color at the ends.

Open Wheat in the generator

8%50
24%100
40%200
56%300
80%400
100%500your color
80%600
56%700
40%800
24%900
8%950
Each step is the base composited over white or black at the opacity shown.#f5deb3

For text that needs to pass AA on white, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600, 700 do.

Semantic colors from Wheat

Success, warning, error and the rest are derived from Wheat itself, then checked so they stay distinguishable from the base — and from each other — under the three types of color blindness. The distance below is CIEDE2000 after each simulation.

Derived from #f5deb3
SuggestedProtanopiaDeuteranopiaTritanopia
success11.414.433.5
warning15.013.715.1
error28.725.014.2
discovery35.136.430.2
info24.329.939.9
neutral17.117.816.5
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

The success suggestion is the closest call: it clears the threshold under Protanopia, but only reaches ΔE₀₀ 11.4, so it sits just above the 11 line rather than comfortably past it.

Export Wheat

The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.

CSS
:root {
  --color-color-50: #fefcf9;
  --color-color-100: #fdf7ed;
  --color-color-200: #fbf2e1;
  --color-color-300: #f9edd4;
  --color-color-400: #f7e5c2;
  --color-color-500: #f5deb3;
  --color-color-600: #c4b28f;
  --color-color-700: #897c64;
  --color-color-800: #625948;
  --color-color-900: #3b352b;
  --color-color-950: #14120e;
}
SCSS
$color-color-50: #fefcf9;
$color-color-100: #fdf7ed;
$color-color-200: #fbf2e1;
$color-color-300: #f9edd4;
$color-color-400: #f7e5c2;
$color-color-500: #f5deb3;
$color-color-600: #c4b28f;
$color-color-700: #897c64;
$color-color-800: #625948;
$color-color-900: #3b352b;
$color-color-950: #14120e;
JavaScript
export const color = {
  50: '#fefcf9',
  100: '#fdf7ed',
  200: '#fbf2e1',
  300: '#f9edd4',
  400: '#f7e5c2',
  500: '#f5deb3',
  600: '#c4b28f',
  700: '#897c64',
  800: '#625948',
  900: '#3b352b',
  950: '#14120e',
};
JSON
{
  "color": {
    "50": "#fefcf9",
    "100": "#fdf7ed",
    "200": "#fbf2e1",
    "300": "#f9edd4",
    "400": "#f7e5c2",
    "500": "#f5deb3",
    "600": "#c4b28f",
    "700": "#897c64",
    "800": "#625948",
    "900": "#3b352b",
    "950": "#14120e"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.996078431372549,
          0.9882352941176471,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#FEFCF9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          0.9686274509803922,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#FDF7ED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.984313725490196,
          0.9490196078431372,
          0.8823529411764706
        ],
        "alpha": 1,
        "hex": "#FBF2E1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9764705882352941,
          0.9294117647058824,
          0.8313725490196079
        ],
        "alpha": 1,
        "hex": "#F9EDD4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9686274509803922,
          0.8980392156862745,
          0.7607843137254902
        ],
        "alpha": 1,
        "hex": "#F7E5C2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9607843137254902,
          0.8705882352941177,
          0.7019607843137254
        ],
        "alpha": 1,
        "hex": "#F5DEB3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7686274509803922,
          0.6980392156862745,
          0.5607843137254902
        ],
        "alpha": 1,
        "hex": "#C4B28F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5372549019607843,
          0.48627450980392156,
          0.39215686274509803
        ],
        "alpha": 1,
        "hex": "#897C64"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3843137254901961,
          0.34901960784313724,
          0.2823529411764706
        ],
        "alpha": 1,
        "hex": "#625948"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23137254901960785,
          0.20784313725490197,
          0.16862745098039217
        ],
        "alpha": 1,
        "hex": "#3B352B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07058823529411765,
          0.054901960784313725
        ],
        "alpha": 1,
        "hex": "#14120E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Wheat in the generatorHow the scale is built