Dark Slate Blue — 11-step color scale
Dark Slate Blue (#483d8b) sits at 500, untouched. Every other step is Dark Slate 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 Dark Slate Blue in the generator
For text that needs to pass AA on white, 400, 500, 600, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300 do.
Semantic colors from Dark Slate Blue
Success, warning, error and the rest are derived from Dark Slate 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 | 45.7 | 41.8 | 17.5 |
| warning | 46.0 | 48.9 | 38.8 |
| error | 11.3 | 18.1 | 36.1 |
| discovery | 1.1 | 1.4 | 14.3 |
| info | 9.6 | 6.9 | 13.4 |
| neutral | 15.1 | 15.8 | 10.8 |
The discovery suggestion starts out colliding with Dark Slate Blue under Protanopia — ΔE₀₀ 1.1, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.
Export Dark Slate 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: #f0eff6;
--color-color-100: #d3d0e3;
--color-color-200: #b6b1d1;
--color-color-300: #9992be;
--color-color-400: #6d64a2;
--color-color-500: #483d8b;
--color-color-600: #3a316f;
--color-color-700: #28224e;
--color-color-800: #1d1838;
--color-color-900: #110f21;
--color-color-950: #06050b;
}$color-color-50: #f0eff6;
$color-color-100: #d3d0e3;
$color-color-200: #b6b1d1;
$color-color-300: #9992be;
$color-color-400: #6d64a2;
$color-color-500: #483d8b;
$color-color-600: #3a316f;
$color-color-700: #28224e;
$color-color-800: #1d1838;
$color-color-900: #110f21;
$color-color-950: #06050b;export const color = {
50: '#f0eff6',
100: '#d3d0e3',
200: '#b6b1d1',
300: '#9992be',
400: '#6d64a2',
500: '#483d8b',
600: '#3a316f',
700: '#28224e',
800: '#1d1838',
900: '#110f21',
950: '#06050b',
};{
"color": {
"50": "#f0eff6",
"100": "#d3d0e3",
"200": "#b6b1d1",
"300": "#9992be",
"400": "#6d64a2",
"500": "#483d8b",
"600": "#3a316f",
"700": "#28224e",
"800": "#1d1838",
"900": "#110f21",
"950": "#06050b"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9411764705882353,
0.9372549019607843,
0.9647058823529412
],
"alpha": 1,
"hex": "#F0EFF6"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8274509803921568,
0.8156862745098039,
0.8901960784313725
],
"alpha": 1,
"hex": "#D3D0E3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7137254901960784,
0.6941176470588235,
0.8196078431372549
],
"alpha": 1,
"hex": "#B6B1D1"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6,
0.5725490196078431,
0.7450980392156863
],
"alpha": 1,
"hex": "#9992BE"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.42745098039215684,
0.39215686274509803,
0.6352941176470588
],
"alpha": 1,
"hex": "#6D64A2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2823529411764706,
0.23921568627450981,
0.5450980392156862
],
"alpha": 1,
"hex": "#483D8B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.22745098039215686,
0.19215686274509805,
0.43529411764705883
],
"alpha": 1,
"hex": "#3A316F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.1568627450980392,
0.13333333333333333,
0.3058823529411765
],
"alpha": 1,
"hex": "#28224E"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.11372549019607843,
0.09411764705882353,
0.2196078431372549
],
"alpha": 1,
"hex": "#1D1838"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.06666666666666667,
0.058823529411764705,
0.12941176470588237
],
"alpha": 1,
"hex": "#110F21"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.023529411764705882,
0.0196078431372549,
0.043137254901960784
],
"alpha": 1,
"hex": "#06050B"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}