Blue Violet — 11-step color scale
Blue Violet (#8a2be2) sits at 500, untouched. Every other step is Blue Violet 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 Blue Violet 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 Blue Violet
Success, warning, error and the rest are derived from Blue Violet 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 | 62.9 | 59.0 | 35.5 |
| warning | 58.0 | 61.6 | 35.4 |
| error | 17.2 | 34.3 | 29.0 |
| discovery | 7.7 | 4.0 | 33.5 |
| info | 11.8 | 8.4 | 34.4 |
| neutral | 19.7 | 20.9 | 17.2 |
The discovery suggestion starts out colliding with Blue Violet under Deuteranopia — ΔE₀₀ 4.0, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.
Export Blue Violet
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: #f6eefd;
--color-color-100: #e3ccf8;
--color-color-200: #d0aaf3;
--color-color-300: #bd88ef;
--color-color-400: #a155e8;
--color-color-500: #8a2be2;
--color-color-600: #6e22b5;
--color-color-700: #4d187f;
--color-color-800: #37115a;
--color-color-900: #210a36;
--color-color-950: #0b0312;
}$color-color-50: #f6eefd;
$color-color-100: #e3ccf8;
$color-color-200: #d0aaf3;
$color-color-300: #bd88ef;
$color-color-400: #a155e8;
$color-color-500: #8a2be2;
$color-color-600: #6e22b5;
$color-color-700: #4d187f;
$color-color-800: #37115a;
$color-color-900: #210a36;
$color-color-950: #0b0312;export const color = {
50: '#f6eefd',
100: '#e3ccf8',
200: '#d0aaf3',
300: '#bd88ef',
400: '#a155e8',
500: '#8a2be2',
600: '#6e22b5',
700: '#4d187f',
800: '#37115a',
900: '#210a36',
950: '#0b0312',
};{
"color": {
"50": "#f6eefd",
"100": "#e3ccf8",
"200": "#d0aaf3",
"300": "#bd88ef",
"400": "#a155e8",
"500": "#8a2be2",
"600": "#6e22b5",
"700": "#4d187f",
"800": "#37115a",
"900": "#210a36",
"950": "#0b0312"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9647058823529412,
0.9333333333333333,
0.9921568627450981
],
"alpha": 1,
"hex": "#F6EEFD"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8901960784313725,
0.8,
0.9725490196078431
],
"alpha": 1,
"hex": "#E3CCF8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.8156862745098039,
0.6666666666666666,
0.9529411764705882
],
"alpha": 1,
"hex": "#D0AAF3"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7411764705882353,
0.5333333333333333,
0.9372549019607843
],
"alpha": 1,
"hex": "#BD88EF"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6313725490196078,
0.3333333333333333,
0.9098039215686274
],
"alpha": 1,
"hex": "#A155E8"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.5411764705882353,
0.16862745098039217,
0.8862745098039215
],
"alpha": 1,
"hex": "#8A2BE2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.43137254901960786,
0.13333333333333333,
0.7098039215686275
],
"alpha": 1,
"hex": "#6E22B5"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.30196078431372547,
0.09411764705882353,
0.4980392156862745
],
"alpha": 1,
"hex": "#4D187F"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.21568627450980393,
0.06666666666666667,
0.35294117647058826
],
"alpha": 1,
"hex": "#37115A"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.12941176470588237,
0.0392156862745098,
0.21176470588235294
],
"alpha": 1,
"hex": "#210A36"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.043137254901960784,
0.011764705882352941,
0.07058823529411765
],
"alpha": 1,
"hex": "#0B0312"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}