Burlywood — 11-step color scale
Burlywood (#deb887) sits at 500, untouched. Every other step is Burlywood 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 Burlywood in the generator
For text that needs to pass AA on white, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600 do.
Semantic colors from Burlywood
Success, warning, error and the rest are derived from Burlywood 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 | 8.6 | 14.2 | 42.3 |
| warning | 13.6 | 9.9 | 8.2 |
| error | 31.1 | 27.5 | 7.3 |
| discovery | 37.6 | 40.2 | 46.3 |
| info | 28.0 | 33.4 | 44.1 |
| neutral | 13.9 | 14.9 | 14.8 |
The error suggestion starts out colliding with Burlywood under Tritanopia — ΔE₀₀ 7.3, below the 11 threshold — so the engine shifts its hue within the error family until the pair pulls apart again.
Export Burlywood
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: #fcf9f5;
--color-color-100: #f7eee2;
--color-color-200: #f2e3cf;
--color-color-300: #edd7bc;
--color-color-400: #e5c69f;
--color-color-500: #deb887;
--color-color-600: #b2936c;
--color-color-700: #7c674c;
--color-color-800: #594a36;
--color-color-900: #352c20;
--color-color-950: #120f0b;
}$color-color-50: #fcf9f5;
$color-color-100: #f7eee2;
$color-color-200: #f2e3cf;
$color-color-300: #edd7bc;
$color-color-400: #e5c69f;
$color-color-500: #deb887;
$color-color-600: #b2936c;
$color-color-700: #7c674c;
$color-color-800: #594a36;
$color-color-900: #352c20;
$color-color-950: #120f0b;export const color = {
50: '#fcf9f5',
100: '#f7eee2',
200: '#f2e3cf',
300: '#edd7bc',
400: '#e5c69f',
500: '#deb887',
600: '#b2936c',
700: '#7c674c',
800: '#594a36',
900: '#352c20',
950: '#120f0b',
};{
"color": {
"50": "#fcf9f5",
"100": "#f7eee2",
"200": "#f2e3cf",
"300": "#edd7bc",
"400": "#e5c69f",
"500": "#deb887",
"600": "#b2936c",
"700": "#7c674c",
"800": "#594a36",
"900": "#352c20",
"950": "#120f0b"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9882352941176471,
0.9764705882352941,
0.9607843137254902
],
"alpha": 1,
"hex": "#FCF9F5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9686274509803922,
0.9333333333333333,
0.8862745098039215
],
"alpha": 1,
"hex": "#F7EEE2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9490196078431372,
0.8901960784313725,
0.8117647058823529
],
"alpha": 1,
"hex": "#F2E3CF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9294117647058824,
0.8431372549019608,
0.7372549019607844
],
"alpha": 1,
"hex": "#EDD7BC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8980392156862745,
0.7764705882352941,
0.6235294117647059
],
"alpha": 1,
"hex": "#E5C69F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8705882352941177,
0.7215686274509804,
0.5294117647058824
],
"alpha": 1,
"hex": "#DEB887"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6980392156862745,
0.5764705882352941,
0.4235294117647059
],
"alpha": 1,
"hex": "#B2936C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.48627450980392156,
0.403921568627451,
0.2980392156862745
],
"alpha": 1,
"hex": "#7C674C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.34901960784313724,
0.2901960784313726,
0.21176470588235294
],
"alpha": 1,
"hex": "#594A36"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.20784313725490197,
0.17254901960784313,
0.12549019607843137
],
"alpha": 1,
"hex": "#352C20"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.07058823529411765,
0.058823529411764705,
0.043137254901960784
],
"alpha": 1,
"hex": "#120F0B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}