Light Slate Gray — 11-step color scale
Light Slate Gray (#778899) sits at 500, untouched. Every other step is Light Slate Gray 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 Slate Gray in the generator
For text that needs to pass AA on white, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500 do.
Semantic colors from Light Slate Gray
Success, warning, error and the rest are derived from Light Slate Gray 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 | 17.4 | 14.7 | 7.5 |
| warning | 23.2 | 25.7 | 34.9 |
| error | 14.1 | 19.0 | 34.6 |
| discovery | 5.8 | 6.0 | 5.6 |
| info | 7.5 | 6.3 | 11.2 |
| neutral | 2.2 | 2.4 | 2.9 |
The neutral suggestion starts out colliding with Light Slate Gray under Protanopia — ΔE₀₀ 2.2, below the 11 threshold — so the engine shifts its hue within the neutral family until the pair pulls apart again.
Export Light Slate Gray
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: #f4f5f7;
--color-color-100: #dee2e7;
--color-color-200: #c9cfd6;
--color-color-300: #b3bcc6;
--color-color-400: #92a0ad;
--color-color-500: #778899;
--color-color-600: #5f6d7a;
--color-color-700: #434c56;
--color-color-800: #30363d;
--color-color-900: #1d2125;
--color-color-950: #0a0b0c;
}$color-color-50: #f4f5f7;
$color-color-100: #dee2e7;
$color-color-200: #c9cfd6;
$color-color-300: #b3bcc6;
$color-color-400: #92a0ad;
$color-color-500: #778899;
$color-color-600: #5f6d7a;
$color-color-700: #434c56;
$color-color-800: #30363d;
$color-color-900: #1d2125;
$color-color-950: #0a0b0c;export const color = {
50: '#f4f5f7',
100: '#dee2e7',
200: '#c9cfd6',
300: '#b3bcc6',
400: '#92a0ad',
500: '#778899',
600: '#5f6d7a',
700: '#434c56',
800: '#30363d',
900: '#1d2125',
950: '#0a0b0c',
};{
"color": {
"50": "#f4f5f7",
"100": "#dee2e7",
"200": "#c9cfd6",
"300": "#b3bcc6",
"400": "#92a0ad",
"500": "#778899",
"600": "#5f6d7a",
"700": "#434c56",
"800": "#30363d",
"900": "#1d2125",
"950": "#0a0b0c"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9568627450980393,
0.9607843137254902,
0.9686274509803922
],
"alpha": 1,
"hex": "#F4F5F7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8705882352941177,
0.8862745098039215,
0.9058823529411765
],
"alpha": 1,
"hex": "#DEE2E7"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.788235294117647,
0.8117647058823529,
0.8392156862745098
],
"alpha": 1,
"hex": "#C9CFD6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7019607843137254,
0.7372549019607844,
0.7764705882352941
],
"alpha": 1,
"hex": "#B3BCC6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5725490196078431,
0.6274509803921569,
0.6784313725490196
],
"alpha": 1,
"hex": "#92A0AD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4666666666666667,
0.5333333333333333,
0.6
],
"alpha": 1,
"hex": "#778899"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.37254901960784315,
0.42745098039215684,
0.47843137254901963
],
"alpha": 1,
"hex": "#5F6D7A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2627450980392157,
0.2980392156862745,
0.33725490196078434
],
"alpha": 1,
"hex": "#434C56"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.18823529411764706,
0.21176470588235294,
0.23921568627450981
],
"alpha": 1,
"hex": "#30363D"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.11372549019607843,
0.12941176470588237,
0.1450980392156863
],
"alpha": 1,
"hex": "#1D2125"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.0392156862745098,
0.043137254901960784,
0.047058823529411764
],
"alpha": 1,
"hex": "#0A0B0C"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}Open Light Slate Gray in the generatorHow the scale is built