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

8%50
24%100
40%200
56%300
80%400
100%500your color
80%600
56%700
40%800
24%900
8%950
Each step is the base composited over white or black at the opacity shown.#8a2be2

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.

Derived from #8a2be2
SuggestedProtanopiaDeuteranopiaTritanopia
success62.959.035.5
warning58.061.635.4
error17.234.329.0
discovery7.74.033.5
info11.88.434.4
neutral19.720.917.2
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

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.

CSS
: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;
}
SCSS
$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;
JavaScript
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',
};
JSON
{
  "color": {
    "50": "#f6eefd",
    "100": "#e3ccf8",
    "200": "#d0aaf3",
    "300": "#bd88ef",
    "400": "#a155e8",
    "500": "#8a2be2",
    "600": "#6e22b5",
    "700": "#4d187f",
    "800": "#37115a",
    "900": "#210a36",
    "950": "#0b0312"
  }
}
Figma Variables
{
  "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"
  }
}

Open Blue Violet in the generatorHow the scale is built