Blanched Almond — 11-step color scale
Blanched Almond (#ffebcd) sits at 500, untouched. Every other step is Blanched Almond 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 Blanched Almond in the generator
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 Blanched Almond
Success, warning, error and the rest are derived from Blanched Almond 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 | 13.5 | 16.6 | 32.9 |
| warning | 17.8 | 16.5 | 19.1 |
| error | 23.0 | 19.0 | 18.6 |
| discovery | 32.0 | 34.4 | 34.0 |
| info | 24.0 | 29.3 | 36.9 |
| neutral | 17.9 | 18.4 | 17.0 |
The success suggestion is the closest call: it clears the threshold under Protanopia, but only reaches ΔE₀₀ 13.5, so it sits just above the 11 line rather than comfortably past it.
Export Blanched Almond
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: #fffdfb;
--color-color-100: #fffaf3;
--color-color-200: #fff7eb;
--color-color-300: #fff4e3;
--color-color-400: #ffefd7;
--color-color-500: #ffebcd;
--color-color-600: #ccbca4;
--color-color-700: #8f8473;
--color-color-800: #665e52;
--color-color-900: #3d3831;
--color-color-950: #141310;
}$color-color-50: #fffdfb;
$color-color-100: #fffaf3;
$color-color-200: #fff7eb;
$color-color-300: #fff4e3;
$color-color-400: #ffefd7;
$color-color-500: #ffebcd;
$color-color-600: #ccbca4;
$color-color-700: #8f8473;
$color-color-800: #665e52;
$color-color-900: #3d3831;
$color-color-950: #141310;export const color = {
50: '#fffdfb',
100: '#fffaf3',
200: '#fff7eb',
300: '#fff4e3',
400: '#ffefd7',
500: '#ffebcd',
600: '#ccbca4',
700: '#8f8473',
800: '#665e52',
900: '#3d3831',
950: '#141310',
};{
"color": {
"50": "#fffdfb",
"100": "#fffaf3",
"200": "#fff7eb",
"300": "#fff4e3",
"400": "#ffefd7",
"500": "#ffebcd",
"600": "#ccbca4",
"700": "#8f8473",
"800": "#665e52",
"900": "#3d3831",
"950": "#141310"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9921568627450981,
0.984313725490196
],
"alpha": 1,
"hex": "#FFFDFB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9803921568627451,
0.9529411764705882
],
"alpha": 1,
"hex": "#FFFAF3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9686274509803922,
0.9215686274509803
],
"alpha": 1,
"hex": "#FFF7EB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9568627450980393,
0.8901960784313725
],
"alpha": 1,
"hex": "#FFF4E3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9372549019607843,
0.8431372549019608
],
"alpha": 1,
"hex": "#FFEFD7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9215686274509803,
0.803921568627451
],
"alpha": 1,
"hex": "#FFEBCD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8,
0.7372549019607844,
0.6431372549019608
],
"alpha": 1,
"hex": "#CCBCA4"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5607843137254902,
0.5176470588235295,
0.45098039215686275
],
"alpha": 1,
"hex": "#8F8473"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4,
0.3686274509803922,
0.3215686274509804
],
"alpha": 1,
"hex": "#665E52"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.23921568627450981,
0.2196078431372549,
0.19215686274509805
],
"alpha": 1,
"hex": "#3D3831"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0784313725490196,
0.07450980392156863,
0.06274509803921569
],
"alpha": 1,
"hex": "#141310"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}