Light Steel Blue — 11-step color scale
Light Steel Blue (#b0c4de) sits at 500, untouched. Every other step is Light Steel Blue 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 Steel Blue 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 Steel Blue
Success, warning, error and the rest are derived from Light Steel Blue 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 | 20.6 | 18.1 | 8.1 |
| warning | 26.9 | 28.8 | 37.8 |
| error | 18.4 | 22.2 | 37.7 |
| discovery | 7.2 | 6.5 | 7.9 |
| info | 23.2 | 23.9 | 24.2 |
| neutral | 10.5 | 10.3 | 10.8 |
The discovery suggestion starts out colliding with Light Steel Blue under Deuteranopia — ΔE₀₀ 6.5, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.
Export Light Steel Blue
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: #f9fafc;
--color-color-100: #ecf1f7;
--color-color-200: #dfe7f2;
--color-color-300: #d3deed;
--color-color-400: #c0d0e5;
--color-color-500: #b0c4de;
--color-color-600: #8d9db2;
--color-color-700: #636e7c;
--color-color-800: #464e59;
--color-color-900: #2a2f35;
--color-color-950: #0e1012;
}$color-color-50: #f9fafc;
$color-color-100: #ecf1f7;
$color-color-200: #dfe7f2;
$color-color-300: #d3deed;
$color-color-400: #c0d0e5;
$color-color-500: #b0c4de;
$color-color-600: #8d9db2;
$color-color-700: #636e7c;
$color-color-800: #464e59;
$color-color-900: #2a2f35;
$color-color-950: #0e1012;export const color = {
50: '#f9fafc',
100: '#ecf1f7',
200: '#dfe7f2',
300: '#d3deed',
400: '#c0d0e5',
500: '#b0c4de',
600: '#8d9db2',
700: '#636e7c',
800: '#464e59',
900: '#2a2f35',
950: '#0e1012',
};{
"color": {
"50": "#f9fafc",
"100": "#ecf1f7",
"200": "#dfe7f2",
"300": "#d3deed",
"400": "#c0d0e5",
"500": "#b0c4de",
"600": "#8d9db2",
"700": "#636e7c",
"800": "#464e59",
"900": "#2a2f35",
"950": "#0e1012"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9764705882352941,
0.9803921568627451,
0.9882352941176471
],
"alpha": 1,
"hex": "#F9FAFC"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9254901960784314,
0.9450980392156862,
0.9686274509803922
],
"alpha": 1,
"hex": "#ECF1F7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8745098039215686,
0.9058823529411765,
0.9490196078431372
],
"alpha": 1,
"hex": "#DFE7F2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8274509803921568,
0.8705882352941177,
0.9294117647058824
],
"alpha": 1,
"hex": "#D3DEED"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7529411764705882,
0.8156862745098039,
0.8980392156862745
],
"alpha": 1,
"hex": "#C0D0E5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6901960784313725,
0.7686274509803922,
0.8705882352941177
],
"alpha": 1,
"hex": "#B0C4DE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5529411764705883,
0.615686274509804,
0.6980392156862745
],
"alpha": 1,
"hex": "#8D9DB2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.38823529411764707,
0.43137254901960786,
0.48627450980392156
],
"alpha": 1,
"hex": "#636E7C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.27450980392156865,
0.3058823529411765,
0.34901960784313724
],
"alpha": 1,
"hex": "#464E59"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.16470588235294117,
0.1843137254901961,
0.20784313725490197
],
"alpha": 1,
"hex": "#2A2F35"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.054901960784313725,
0.06274509803921569,
0.07058823529411765
],
"alpha": 1,
"hex": "#0E1012"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}Open Light Steel Blue in the generatorHow the scale is built