Saddle Brown — 11-step color scale
Saddle Brown (#8b4513) sits at 500, untouched. Every other step is Saddle Brown 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 Saddle Brown in the generator
For text that needs to pass AA on white, 500, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400 do.
Semantic colors from Saddle Brown
Success, warning, error and the rest are derived from Saddle Brown 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 | 7.2 | 7.3 | 48.8 |
| warning | 33.4 | 30.5 | 30.4 |
| error | 36.4 | 30.8 | 7.4 |
| discovery | 46.3 | 48.5 | 50.3 |
| info | 37.7 | 41.6 | 48.1 |
| neutral | 16.8 | 17.8 | 18.8 |
The success suggestion starts out colliding with Saddle Brown under Protanopia — ΔE₀₀ 7.2, below the 11 threshold — so the engine shifts its hue within the success family until the pair pulls apart again.
Export Saddle Brown
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: #f6f0ec;
--color-color-100: #e3d2c6;
--color-color-200: #d1b5a1;
--color-color-300: #be977b;
--color-color-400: #a26a42;
--color-color-500: #8b4513;
--color-color-600: #6f370f;
--color-color-700: #4e270b;
--color-color-800: #381c08;
--color-color-900: #211105;
--color-color-950: #0b0602;
}$color-color-50: #f6f0ec;
$color-color-100: #e3d2c6;
$color-color-200: #d1b5a1;
$color-color-300: #be977b;
$color-color-400: #a26a42;
$color-color-500: #8b4513;
$color-color-600: #6f370f;
$color-color-700: #4e270b;
$color-color-800: #381c08;
$color-color-900: #211105;
$color-color-950: #0b0602;export const color = {
50: '#f6f0ec',
100: '#e3d2c6',
200: '#d1b5a1',
300: '#be977b',
400: '#a26a42',
500: '#8b4513',
600: '#6f370f',
700: '#4e270b',
800: '#381c08',
900: '#211105',
950: '#0b0602',
};{
"color": {
"50": "#f6f0ec",
"100": "#e3d2c6",
"200": "#d1b5a1",
"300": "#be977b",
"400": "#a26a42",
"500": "#8b4513",
"600": "#6f370f",
"700": "#4e270b",
"800": "#381c08",
"900": "#211105",
"950": "#0b0602"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9647058823529412,
0.9411764705882353,
0.9254901960784314
],
"alpha": 1,
"hex": "#F6F0EC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8901960784313725,
0.8235294117647058,
0.7764705882352941
],
"alpha": 1,
"hex": "#E3D2C6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8196078431372549,
0.7098039215686275,
0.6313725490196078
],
"alpha": 1,
"hex": "#D1B5A1"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7450980392156863,
0.592156862745098,
0.4823529411764706
],
"alpha": 1,
"hex": "#BE977B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6352941176470588,
0.41568627450980394,
0.25882352941176473
],
"alpha": 1,
"hex": "#A26A42"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5450980392156862,
0.27058823529411763,
0.07450980392156863
],
"alpha": 1,
"hex": "#8B4513"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.43529411764705883,
0.21568627450980393,
0.058823529411764705
],
"alpha": 1,
"hex": "#6F370F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.3058823529411765,
0.15294117647058825,
0.043137254901960784
],
"alpha": 1,
"hex": "#4E270B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2196078431372549,
0.10980392156862745,
0.03137254901960784
],
"alpha": 1,
"hex": "#381C08"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.12941176470588237,
0.06666666666666667,
0.0196078431372549
],
"alpha": 1,
"hex": "#211105"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.043137254901960784,
0.023529411764705882,
0.00784313725490196
],
"alpha": 1,
"hex": "#0B0602"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}