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.
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.
| Suggested | Protanopia | Deuteranopia | Tritanopia |
|---|---|---|---|
| success | 11.4 | 14.4 | 33.5 |
| warning | 15.0 | 13.7 | 15.1 |
| error | 28.7 | 25.0 | 14.2 |
| discovery | 35.1 | 36.4 | 30.2 |
| info | 24.3 | 29.9 | 39.9 |
| neutral | 17.1 | 17.8 | 16.5 |
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.
: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;
}$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;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',
};{
"color": {
"50": "#fefcf9",
"100": "#fdf7ed",
"200": "#fbf2e1",
"300": "#f9edd4",
"400": "#f7e5c2",
"500": "#f5deb3",
"600": "#c4b28f",
"700": "#897c64",
"800": "#625948",
"900": "#3b352b",
"950": "#14120e"
}
}{
"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"
}
}