Slate Blue — 11-step color scale

Slate Blue (#6a5acd) sits at 500, untouched. Every other step is 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 Slate Blue 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.#6a5acd

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 Slate Blue

Success, warning, error and the rest are derived from 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.

Derived from #6a5acd
SuggestedProtanopiaDeuteranopiaTritanopia
success53.949.619.7
warning54.657.447.4
error12.518.443.6
discovery1.81.519.0
info11.68.314.7
neutral20.422.016.8
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 Slate Blue under Deuteranopia — ΔE₀₀ 1.5, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Slate Blue

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: #f3f2fb;
  --color-color-100: #dbd7f3;
  --color-color-200: #c3bdeb;
  --color-color-300: #aca3e3;
  --color-color-400: #887bd7;
  --color-color-500: #6a5acd;
  --color-color-600: #5548a4;
  --color-color-700: #3b3273;
  --color-color-800: #2a2452;
  --color-color-900: #191631;
  --color-color-950: #080710;
}
SCSS
$color-color-50: #f3f2fb;
$color-color-100: #dbd7f3;
$color-color-200: #c3bdeb;
$color-color-300: #aca3e3;
$color-color-400: #887bd7;
$color-color-500: #6a5acd;
$color-color-600: #5548a4;
$color-color-700: #3b3273;
$color-color-800: #2a2452;
$color-color-900: #191631;
$color-color-950: #080710;
JavaScript
export const color = {
  50: '#f3f2fb',
  100: '#dbd7f3',
  200: '#c3bdeb',
  300: '#aca3e3',
  400: '#887bd7',
  500: '#6a5acd',
  600: '#5548a4',
  700: '#3b3273',
  800: '#2a2452',
  900: '#191631',
  950: '#080710',
};
JSON
{
  "color": {
    "50": "#f3f2fb",
    "100": "#dbd7f3",
    "200": "#c3bdeb",
    "300": "#aca3e3",
    "400": "#887bd7",
    "500": "#6a5acd",
    "600": "#5548a4",
    "700": "#3b3273",
    "800": "#2a2452",
    "900": "#191631",
    "950": "#080710"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9529411764705882,
          0.9490196078431372,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#F3F2FB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8588235294117647,
          0.8431372549019608,
          0.9529411764705882
        ],
        "alpha": 1,
        "hex": "#DBD7F3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7647058823529411,
          0.7411764705882353,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#C3BDEB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6745098039215687,
          0.6392156862745098,
          0.8901960784313725
        ],
        "alpha": 1,
        "hex": "#ACA3E3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5333333333333333,
          0.4823529411764706,
          0.8431372549019608
        ],
        "alpha": 1,
        "hex": "#887BD7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.41568627450980394,
          0.35294117647058826,
          0.803921568627451
        ],
        "alpha": 1,
        "hex": "#6A5ACD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3333333333333333,
          0.2823529411764706,
          0.6431372549019608
        ],
        "alpha": 1,
        "hex": "#5548A4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23137254901960785,
          0.19607843137254902,
          0.45098039215686275
        ],
        "alpha": 1,
        "hex": "#3B3273"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.16470588235294117,
          0.1411764705882353,
          0.3215686274509804
        ],
        "alpha": 1,
        "hex": "#2A2452"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.09803921568627451,
          0.08627450980392157,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#191631"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.03137254901960784,
          0.027450980392156862,
          0.06274509803921569
        ],
        "alpha": 1,
        "hex": "#080710"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Slate Blue in the generatorHow the scale is built