Light Salmon — 11-step color scale
Light Salmon (#ffa07a) sits at 500, untouched. Every other step is Light Salmon 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 Light Salmon 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 Light Salmon
Success, warning, error and the rest are derived from Light Salmon 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 | 9.6 | 6.3 | 13.3 |
| warning | 8.9 | 6.5 | 3.6 |
| error | 43.9 | 41.4 | 24.2 |
| discovery | 43.9 | 48.5 | 47.1 |
| info | 22.4 | 33.6 | 58.0 |
| neutral | 14.9 | 18.3 | 18.5 |
The warning suggestion starts out colliding with Light Salmon under Tritanopia — ΔE₀₀ 3.6, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.
Export Light Salmon
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: #fff7f4;
--color-color-100: #ffe8df;
--color-color-200: #ffd9ca;
--color-color-300: #ffcab5;
--color-color-400: #ffb395;
--color-color-500: #ffa07a;
--color-color-600: #cc8062;
--color-color-700: #8f5a44;
--color-color-800: #664031;
--color-color-900: #3d261d;
--color-color-950: #140d0a;
}$color-color-50: #fff7f4;
$color-color-100: #ffe8df;
$color-color-200: #ffd9ca;
$color-color-300: #ffcab5;
$color-color-400: #ffb395;
$color-color-500: #ffa07a;
$color-color-600: #cc8062;
$color-color-700: #8f5a44;
$color-color-800: #664031;
$color-color-900: #3d261d;
$color-color-950: #140d0a;export const color = {
50: '#fff7f4',
100: '#ffe8df',
200: '#ffd9ca',
300: '#ffcab5',
400: '#ffb395',
500: '#ffa07a',
600: '#cc8062',
700: '#8f5a44',
800: '#664031',
900: '#3d261d',
950: '#140d0a',
};{
"color": {
"50": "#fff7f4",
"100": "#ffe8df",
"200": "#ffd9ca",
"300": "#ffcab5",
"400": "#ffb395",
"500": "#ffa07a",
"600": "#cc8062",
"700": "#8f5a44",
"800": "#664031",
"900": "#3d261d",
"950": "#140d0a"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9686274509803922,
0.9568627450980393
],
"alpha": 1,
"hex": "#FFF7F4"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.9098039215686274,
0.8745098039215686
],
"alpha": 1,
"hex": "#FFE8DF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.8509803921568627,
0.792156862745098
],
"alpha": 1,
"hex": "#FFD9CA"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.792156862745098,
0.7098039215686275
],
"alpha": 1,
"hex": "#FFCAB5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.7019607843137254,
0.5843137254901961
],
"alpha": 1,
"hex": "#FFB395"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
1,
0.6274509803921569,
0.47843137254901963
],
"alpha": 1,
"hex": "#FFA07A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8,
0.5019607843137255,
0.3843137254901961
],
"alpha": 1,
"hex": "#CC8062"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5607843137254902,
0.35294117647058826,
0.26666666666666666
],
"alpha": 1,
"hex": "#8F5A44"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4,
0.25098039215686274,
0.19215686274509805
],
"alpha": 1,
"hex": "#664031"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.23921568627450981,
0.14901960784313725,
0.11372549019607843
],
"alpha": 1,
"hex": "#3D261D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0784313725490196,
0.050980392156862744,
0.0392156862745098
],
"alpha": 1,
"hex": "#140D0A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}